Skip to content

Replace boltdb with modernc.org/sqlite#13

Open
echlebek wants to merge 3 commits intomasterfrom
sqlite
Open

Replace boltdb with modernc.org/sqlite#13
echlebek wants to merge 3 commits intomasterfrom
sqlite

Conversation

@echlebek
Copy link
Copy Markdown
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>
Eric Chlebek added 2 commits January 22, 2022 13:25
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