zed
zed copied to clipboard
vcache incremental loading
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.