Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for column families with TTL #37

Closed
krosn opened this issue Dec 19, 2022 · 3 comments
Closed

Support for column families with TTL #37

krosn opened this issue Dec 19, 2022 · 3 comments

Comments

@krosn
Copy link

krosn commented Dec 19, 2022

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?

@krosn
Copy link
Author

krosn commented Jan 13, 2023

Alternatively, is there a way to support the periodic_compaction_seconds Option?

@krosn
Copy link
Author

krosn commented Jan 13, 2023

This is really two different issues:

  1. 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.

  2. 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.

@krosn
Copy link
Author

krosn commented Jan 13, 2023

Moving issue to facebook/rocksdb#11090

@krosn krosn closed this as completed Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant