Prisma is 100x slower than "better-sqlite" #12785
Labels
domain/client
Issue in the "Client" domain: Prisma Client, Prisma Studio etc.
kind/improvement
An improvement to existing feature and code.
topic: performance/queries
topic: performance
topic: sqlite
Bug description
Running the same query, for example a simple
INSERT
, takes about 1ms with prisma, and 0.01ms with better-sqlite.Is this a known issue or is there something wrong with my setup?
How to reproduce
https://github.com/Mwni/prisma-vs-better-sqlite
Environment & setup
Prisma Version
The text was updated successfully, but these errors were encountered: