Zac
Zac
Regarding the materialized view rewrite code logic, there are a few aspects can be improved as follows: * As long as the optimization feature is on, `MaterializedViewCandidateExtractor` would always fetch...
WIP ``` == NO RELEASE NOTE == ```
``` == NO RELEASE NOTE == ```
When TTL control ages out old cache entries and evict out the entire regions from a ssd file, it doesn't update log eviction log. So when server recover from checkpoint...
Currently, SSD cache use atomics to handle shutdown and writeInProgress counter which are used a lock to prevent concurrent writes to a SSD file. It is better to use mutex...
Summary: SSD cache currently uses native functions for file operations. This needs to be switched to Velox filesystem, so more advanced testing can be built by leveraging features like fault...