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

Discontinue RocksDB binding #141

Merged
merged 1 commit into from
Dec 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ To upgrade, please consult the following table. If you use a combination of the
| [`level-mem`][level-mem] | [`memory-level`][memory-level] | `MemoryLevel` | [`memory-level@1`][memory-level@1] |
| [`memdown`][memdown] | [`memory-level`][memory-level] | `MemoryLevel` | [`memory-level@1`][memory-level@1] |
| [`level-js`][level-js] | [`browser-level`][browser-level] | `BrowserLevel` | [`browser-level@1`][browser-level@1] |
| [`level-rocksdb`][level-rocksdb] | `rocks-level` | `RocksLevel` | _Not yet available_ |
| [`rocksdb`][rocksdb] | `rocks-level` | `RocksLevel` | _Not yet available_ |
| [`level-rocksdb`][level-rocksdb] | n/a (discontinued) | n/a | n/a |
| [`rocksdb`][rocksdb] | n/a (discontinued) | n/a | n/a |
| [`multileveldown`][multileveldown] | [`many-level`][many-level] | `ManyLevelGuest` | [`many-level@1`][many-level@1] |
| [`level-party`][level-party] | [`rave-level`][rave-level] | `RaveLevel` | [`rave-level@1`][rave-level@1] |
| [`subleveldown`][subleveldown]<sup>1</sup> | n/a | n/a | [`abstract-level@1`][abstract-level@1] |
Expand All @@ -100,6 +100,12 @@ To upgrade, please consult the following table. If you use a combination of the

</small>

### Why have `level-rocksdb` and `rocksdb` been discontinued?

Maintaining these bindings to RocksDB (as an alternative to LevelDB) has been an afterthought for several years. There was no active maintainer in the Level organization who used `rocksdb` themselves. The `level-rocksdb` and `rocksdb` npm packages in addition have seen very few downloads compared to the main `level` package. LevelDB continues to be the preferred option for typical use cases of Level with good general-purpose performance.

You may find alternatives in user land.

### Where can I get support?

If you need help - technical, philosophical or other - feel free to [open an issue](https://github.com/Level/community/issues/new/choose) in [`community`](https://github.com/Level/community) or a more specific repository. We don't (yet) use GitHub Discussions, at least until discussions get the ability to [close them](https://github.com/github/feedback/discussions/3097).
Expand Down