Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
We should write comparator for RocksDB in C++, contact ibessonov for references
Examples of native comparators for RocksDB can be found here:
Only applicable for sorted indexes, because they use complicated algorithm for comparing binary tuples. Schema of these tuples is encoded in CF name, so reading it is not an issue.