Skip to content
Snippets Groups Projects
Unverified Commit 47451afd authored by iFA's avatar iFA Committed by GitHub
Browse files

Update options.pxd

parent ecd08233
No related branches found
No related tags found
No related merge requests found
...@@ -154,6 +154,7 @@ cdef extern from "rocksdb/options.h" namespace "rocksdb": ...@@ -154,6 +154,7 @@ cdef extern from "rocksdb/options.h" namespace "rocksdb":
# TODO: remove options source_compaction_factor, max_grandparent_overlap_bytes and expanded_compaction_factor from document # TODO: remove options source_compaction_factor, max_grandparent_overlap_bytes and expanded_compaction_factor from document
uint64_t max_compaction_bytes uint64_t max_compaction_bytes
CompressionOptions compression_opts CompressionOptions compression_opts
cpp_bool optimize_filters_for_hits
cdef cppclass Options(DBOptions, ColumnFamilyOptions): cdef cppclass Options(DBOptions, ColumnFamilyOptions):
pass pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment