Transaction caching layer with read ahead
Open
improvement
- Dominant language
- Java
- Stars
- 200
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
Currently, transactions have no caching or read-ahead. Implement a caching layer with read-ahead to satisfy the following:
If the user usually read columns A and B, then when they read A, go ahead and fetch B too
If they read A twice, cache A for the second read
Contributor guide
Assessment
This issue has not been assessed yet.