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

Comprehensive benchmark comparisons for Native DB, Redb, and SQLite #221

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vincent-herlemont
Copy link
Owner

@vincent-herlemont vincent-herlemont commented Sep 1, 2024

The goal is to have more comprehensive benchmarks, which include:

  • Primary keys:

    • insert: Native DB vs Redb vs Sqlite
    • get: Native DB vs Redb vs Sqlite
    • select(range): Native DB vs Redb vs Sqlite
    • delete: Native DB vs Redb vs Sqlite
  • Secondary keys:

    • get: Native DB vs Sqlite
    • select(range): Native DB vs Sqlite
    • delete: Native DB vs Sqlite
  • Create a detailed and automated markdown report.

@vincent-herlemont vincent-herlemont changed the title test: wip benchmark Comprehensive benchmark comparisons for Native DB, Redb, and SQLite Sep 2, 2024
@vincent-herlemont vincent-herlemont added this to the 0.8.0 milestone Sep 7, 2024
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