Zac

Results 7 issues of 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...

materialized-view

``` == 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...

CLA Signed

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...

CLA Signed

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...

CLA Signed
fb-exported