surrealdb / surrealkv

A low-level, versioned, embedded, ACID-compliant, key-value database for Rust

Home Page:https://surrealdb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evaluate QuickCache for hit ratios

arriqaaq opened this issue · comments

Issue Description

QuickCache, a concurrent, async cache, is being used in surrealDB instead of LRU, as suggested by @emmanuel-keller here. We need to evaluate the hit ratio for it as compared to LRU and s3fifo.