-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Using sophia as append-only storage #148
Comments
Hi. Sure, especially if your key will be monotonically increasing (like timestamp). |
Thanks, would it better to use a single db file or one for each topic? Keys will monotonically increase for each topic. |
I think one big database could be better in terms of resource utilization, but that depends on use case mostly and how keys are distributed. |
I'll be happy to share the first implementation here, a feedback would be more then welcome :) |
Sure) i'll take a look |
Hi, I'd like to try using sophia as append-only storage for a queue system.
Basically I want to save:
| id | topic | timestamp | message
does this use case fit with sophia?
The text was updated successfully, but these errors were encountered: