fluo icon indicating copy to clipboard operation
fluo copied to clipboard

Transaction caching layer with read ahead

Open mikewalch opened this issue 11 years ago • 0 comments

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

mikewalch avatar Jun 13 '14 16:06 mikewalch