Open leroux opened 11 years ago
LevelDB is a great swiss army knife for this type of thing. If you want to do it yourself, you could build your own SSTable, Log Structured Merge Trees and Bloom Filters (the three of which is basically all LevelDB is anyways)
LevelDB is a great swiss army knife for this type of thing. If you want to do it yourself, you could build your own SSTable, Log Structured Merge Trees and Bloom Filters (the three of which is basically all LevelDB is anyways)