Replies: 2 comments
-
Maybe we will have the cache stored inside the cloud services to speed up the start. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Cache is hard in distributed system.
|
Beta Was this translation helpful? Give feedback.
0 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.
-
I do think it's better to warm up the meta cache before serving any query.
As with any other database(MySQL, ClickHouse, Doris ...), metadatas are mostly stored locally, it will load them on startup then it's ready to accept connections.
Beta Was this translation helpful? Give feedback.
All reactions