Skip to content
Snippets Groups Projects
Commit 5ccdddaa authored by Arseniy Volynets's avatar Arseniy Volynets Committed by Arseniy Volynets
Browse files

feat: use two round protocol for cacheable requests

- For cacheable requests, we now send only cache required data needed to
execute the query if it is in the storage cache. If query is not in the
storage cache, storage returns empty result with flag indicating there
was a cache miss. Then coordinator sends the second round of requests to
replicasets where cache miss happened. It sends the full message there.
- Parameters for required message are now computed without compilation
to SyntaxPlan - Fixed parameter order in SyntaxPlan
parent be595c53
No related branches found
No related tags found
1 merge request!1414sbroad import
Showing
with 755 additions and 630 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment