databend
databend copied to clipboard
feat: cache segment block meta info to disk
Summary
Now, all the metadata(segments/blocks) cache is in memory, we can spill them to disk.
Let me implement this along with caching.
Let's close this issue, block cache is in high priority than this one, indeed segment cache should always be in the memory.