|
|
|
|
|
by mike_d
189 days ago
|
|
Have a look at cdb. The more you read about its simplistic design the more you realize it is damn near the perfect solution for static and semi-static datasets. Fetches are either 1 or 2 disk reads depending on if the key exists. https://cdb.cr.yp.to/ |
|