apache / apache/accumulo-fluo

Transaction caching layer with read ahead

Open
#12 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.