-
Notifications
You must be signed in to change notification settings - Fork 464
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
stable versions #2587
Comments
This is something we're going to take on for the Cockroach 23.2 release cycle (Fall '23). Stay tuned! See also #1064. |
One thing to be aware of: Pebble's durable format has been evolving over the years. By default, Pebble writes a database that's understandable by RocksDB (v6.2.1). The format is specified through |
Thanks everyone. I know this is unrelated but is it possible to change from compressed to uncompressed format (or from snappy to something else) for an existing database. Ie: change this configuration for an existing database without any explicit migration.
|
Yeah, if you open an existing database with different compression settings any new sstables created during flushes and compactions will be constructed using the new compression settings. |
I would like stable tag too |
I just tagged a I plan to tag a Next version will be |
Hey folks, we've started to use pebble as a replacement for the original go leveldb package. One issue is knowing what represents a stable release since there are no tagged versions. I see from earlier issues that using the crl-release-* branches was the recommendation. Is that still the case? Did you consider instead having tagged semver releases?
The text was updated successfully, but these errors were encountered: