cockroachdb / cockroachdb/pebble
What is recommended configuration to use pebble as queue?
Open
A-storage
O-community
T-storage
- Dominant language
- Go
- Stars
- 6k
- Forks
- 584
- Avg merge
- 16h 35m
- Merged PRs (30d)
- 5
Description
E.g. what would be an equivalent of this: https://github.com/facebook/rocksdb/wiki/Implement-Queue-Service-Using-RocksDB
Values in my case should be mostly short-lived, and this strictly applies:
```
In these services, from each queue, new items are added with a higher sequence ID
and removed from the smallest sequence ID.
Users usually read from a queue in sequence ID increasing order.
```
Also it will delete read items immediately.
Jira issue: PEBBLE-300
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.