All of the data is on local disk from the start. With the old implementation, we were actually issui
All of the data is on local disk from the start. With the old implementation, we were actually issuing queries to a big distributed database over the network for each read (well, unless it was in cache). That database was not optimized for this sort of use case; it was designed to expect that every key could have many clients transacting against it.