When adding a new big feature to RocksDB, please add ROCKSDB_LITE compile guard if: Nobody from mobile really needs your feature, Your feature is adding a lot of weight to the binary. Don't add ROCKSDB_LITE compile guard if: It would introduce a lot of code complexity. Compile guards...