PlanetTeamSpeak
PlanetTeamSpeak
Explore posts from servers
PPrisma
Created by PlanetTeamSpeak on 11/20/2024 in #help-and-questions
rawQuery compilation
After switching from mssql to Prisma ORM, I noticed that the rawQuery calls are much slower than they were on mssql. Do they get precompiled and cached and if not, is there any way to? I have a pretty big query that takes about 520ms to complete while it used to be about 20ms. I also cannot use TypedSQL as I'm using SQL Server as database.
14 replies
PPrisma
Created by PlanetTeamSpeak on 11/19/2024 in #help-and-questions
TypedSQL for SQL Server?
Are there any plans of adding support for SQL Server in TypedSQL? Seems like it wasn't even mentioned in the announcement nor was its lack of support mentioned. Only found out when I tried to use it.
5 replies