yoshiyuki.kanno
yoshiyuki.kanno
- open_with_cf - list_column_families - create_column_family - drop_column_family - put/5 (with cf) - delete/4 (with cf) - get/4 (with cf) - iterator_with_cf - count/2 (with cf) - status/3 (with cf)
Since RocksDB have adopted C++11, There is no reason to keep old C++ conventions in erocksdb.
`prefix_len` used in `prefix_extractor` has been hard coded as `10`.
This task will happen regularly when some significant changes are applied to `eleveldb`.