speedb-io/speedb

The EnableSpeedbXX APIs should be renamed for consistency

Opened this issue · 0 comments

Currently there are following APIs:
DBOptions::EnableSpeedbDB
ColumnFamilyOptions::EnableSpeedbCF
Options::EnableSpeedb

The first two APIs should be renamed to just "EnableSpeedb". This would mean that the Options class does not have three APIs exposed (since it inherits from the other two classes). It would also make the API consistent with how other APIs in the system are setup (such as OptimizeForSmallDb and OldDefaults).