Add `rocksdb_fifo_compaction_options_set_allow_compaction()` to C API bindings ("c.h")
Open
C bindings
enhancement
up-for-grabs
- Dominant language
- C++
- Stars
- 32.1k
- Forks
- 6.9k
- Avg merge
- 32m
- Merged PRs (30d)
- 1
Description
> Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://groups.google.com/forum/#!forum/rocksdb or https://www.facebook.com/groups/rocksdb.dev
### Expected behavior
I want use rocksdb in a C project, so I include c.h,
I need the FIFO comapction style with light compaction, just as the WIKI suggested.
BUT I CAN NOT FIND THE C API IN C.H TO TURN THIS ON.
### Actual behavior
No API in c.h to turn this on.
### Steps to reproduce the behavior
Contributor guide
Assessment
This issue has not been assessed yet.