stephan-hof / pyrocksdb

Python bindings for RocksDB
BSD 3-Clause "New" or "Revised" License
150 stars 169 forks source link

Support for column families #34

Open grove opened 8 years ago

grove commented 8 years ago

This would be very nice to have in pyrocksdb.

https://github.com/facebook/rocksdb/wiki/Column-Families

Downchuck commented 8 years ago

Any chance you could start posting some documentation notes in here? Adding the interface looks reasonably easy -- it seems like documenting it is more work.

grove commented 8 years ago

I have a preliminary working version of column family support here for those interested: https://github.com/grove/pyrocksdb/tree/column-families

I'll just have to write tests and documentation before creating a PR. Any feedback on the API mapping would be nice.