You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the Native method rocksdb_create_column_family_with_ttl isn't exposed through rocksdb-sharp. Are there plans to add support for this? If not, is this something you would accept a PR for?
The text was updated successfully, but these errors were encountered:
Native.rocksdb_create_column_family_with_ttl isn't exposed in RocksDb.cs, which could be remedied with a PR, but I changed approaches and don't need it anymore.
periodic_compaction_seconds is not lacking support in this library, it is actually just missing from the C bindings, so I will open that issue on the RocksDB github, then close this one.
It looks like the Native method
rocksdb_create_column_family_with_ttl
isn't exposed through rocksdb-sharp. Are there plans to add support for this? If not, is this something you would accept a PR for?The text was updated successfully, but these errors were encountered: