Closed orca-zhang closed 2 years ago
It seems CompactionOptionsFIFO compaction_options_fifo; is not supported by TerarkDB. I think it's more reasonable to remove this option in your golang binding?
CompactionOptionsFIFO compaction_options_fifo;
OK, remove the function declaration from header file is an alternative.
It seems
CompactionOptionsFIFO compaction_options_fifo;
is not supported by TerarkDB. I think it's more reasonable to remove this option in your golang binding?