-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding changes to randomize query id to avoid two round trips
When concurrent request for same query id is received clickhouse query settings query id will be randomized before directing the request to clickhouse. In the read-through cache we will use the computed query id returned from get_query_cache_key as cache key.
- Loading branch information
Nachiappan Veerappan Nachiappan
authored and
Nachiappan Veerappan Nachiappan
committed
Jun 6, 2024
1 parent
6cfdbf7
commit fd0e906
Showing
2 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters