zed icon indicating copy to clipboard operation
zed copied to clipboard

vcache incremental loading

Open mccanne opened this issue 2 years ago • 0 comments

The vcache currently loads the entire object into memory but should allow loading only the data needed by a query. This work involves implementing an interface to vcache to allow record fields to be loaded on demand so that (in a future PR) filtering and projection can be efficiently isolated to only the data needed.

mccanne avatar Oct 24 '23 15:10 mccanne