Query Cache
#3478
Replies: 1 comment 2 replies
-
imo we would get into a distributed cache at last. but it's a pretty big project, we can try split the work in a series of PRs, in the first step, we might define a abstract trait which can both adapts a local cache or a distributed cache? in the client side's view, the interface of a local cache and a distributed cache can be the same. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Query Cache will ba a universal tier in query node, cache metadata, block data and so on.
And when databend developing, cache layer will evolve over time( single node to distributed ). here are some discussions and thoughts about it.
Now databend has
common/cache
crate to have memory-based and disk-based LRU cache.There maybe some stages about cache.
as comment here, Query cache #3433 (comment)
to be, or not to be...
here are some issues and prs about it:
#1784
#3433
Beta Was this translation helpful? Give feedback.
All reactions