zed icon indicating copy to clipboard operation
zed copied to clipboard

cache replacement for vcache

Open mccanne opened this issue 2 years ago • 0 comments

The unfinished vcache implementation currently loads vectors into memory and never evicts them. In this issue, we will extend the vcache API with ownership (so a query can release vectors when no longer needed) and implement some sort of cache replacement policy perhaps LRU to kick out vectors that are no longer used and free up memory.

mccanne avatar Oct 24 '23 15:10 mccanne