Skip to content
Snippets Groups Projects
  1. Sep 16, 2024
  2. Sep 13, 2024
  3. Sep 12, 2024
  4. Sep 11, 2024
  5. Sep 10, 2024
  6. Sep 09, 2024
    • Arseniy Volynets's avatar
      feat: use two round protocol for cacheable requests · 5ccdddaa
      Arseniy Volynets authored and Arseniy Volynets's avatar Arseniy Volynets committed
      - 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
      5ccdddaa
Loading