bytedance / terarkdb

A RocksDB compatible KV storage engine with better performance
Apache License 2.0
2.05k stars 202 forks source link

fix for undefined reference error(#168) #170

Closed orca-zhang closed 2 years ago

skyzh commented 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?

orca-zhang commented 2 years ago

OK, remove the function declaration from header file is an alternative.