pyrocksdb icon indicating copy to clipboard operation
pyrocksdb copied to clipboard

Support for column families

Open grove opened this issue 10 years ago • 2 comments

This would be very nice to have in pyrocksdb.

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

grove avatar Sep 18 '15 11:09 grove

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.

Downchuck avatar Oct 02 '15 17:10 Downchuck

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.

grove avatar Oct 29 '15 20:10 grove