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

Replace boltdb with modernc.org/sqlite #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Replace boltdb with modernc.org/sqlite #13

wants to merge 3 commits into from

Conversation

echlebek
Copy link
Owner

This commit replaces the storage backend of lasr. Now, sqlite is used.

It also removes support for dead-lettering, putting the responsibility
for that in the hands of the user.

The new storage backend comes with a significant performance penalty.
The library is now around 10 times slower. More work will be needed to
achieve parity with the boltdb-backed queue.

This commit replaces the storage backend of lasr. Now, sqlite is used.

It also removes support for dead-lettering, putting the responsibility
for that in the hands of the user.

The new storage backend comes with a significant performance penalty.
The library is now around 10 times slower. More work will be needed to
achieve parity with the boltdb-backed queue.

Signed-off-by: Eric Chlebek <eric@sensu.io>
Signed-off-by: Eric Chlebek <eric@sensu.io>
Signed-off-by: Eric Chlebek <eric@sensu.io>
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

Successfully merging this pull request may close these issues.

1 participant