stacks-network/stacks-core

[Chore] Benchmark sqlite performance

Open

#4,694 opened on Apr 18, 2024

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Rust (758 forks)auto 404
benchmarkinggood first issueicebox

Repository metrics

Stars
 (3,063 stars)
PR merge metrics
 (PR metrics pending)

Description

Came across an interesting benchmarking tool and service

https://bencher.dev/ https://bencher.dev/learn/engineering/sqlite-performance-tuning/

Thought it would be an interesting exercise to compare our queries against an sqlite benchmark tool like this to see if there any improvements in how we do things.

Contributor guide