article thumbnail

Fast key-value stores: an idea whose time has come and gone

The Morning Paper

A high CPU cost due to marshalling data to/from the RInK store formats to the application data format. In ProtoCache (a component of a widely used Google application), 27% of its latency when using a traditional S+RInK design came from marshalling/un-marshalling. Fetching too much data in a single query (i.e.,

Cache 79