fluo
fluo copied to clipboard
Transaction caching layer with read ahead
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