pocketbase / benchmarks

PocketBase test application with various benchmarks
MIT License
36 stars 5 forks source link

sqlite bench #2

Closed gedw99 closed 9 months ago

gedw99 commented 9 months ago

https://github.com/delaneyj/go-sqlite-bench

hey @ganigeorgiev

I figured this is useful...

The numbers are really interesting and maybe its worth revisiting the base sqlite driver Pocketable uses.

ganigeorgiev commented 9 months ago

Another user already posted it in https://github.com/pocketbase/pocketbase/discussions/3955. I'm aware of it but for now there are no plans to switch from the standard database/sql to 3rd party db driver abstraction.

Performance can definitely be improved but it is not a priority at the moment and unless there is a critical/blocker performance issue these type of tasks are left for somewhere before the final v1 release.