jacek-prisma

Results 40 comments of jacek-prisma

Hi @MikaelEdebro, Thank you for posting your findings and providing the benchmark. I've run it along with other benchmarks and I can reproduce similar results. I've investigated these performance issues...

I think the reproduction is valid, but it looks like the fix doesn't work when I run the test on my machine. I've got an alternative fix in https://github.com/prisma/prisma/pull/28913

Hi @nihat-js I see you marked this as `Intermittent / Random`. It could've been some temporary network issue or an outage. Is it still occuring?

Hi @divinitas-art Closing this, since the problem is not in Prisma as explained above

The underlying issue has already been addressed in https://github.com/prisma/prisma-engines/pull/5705 in a slightly different, but more general way. You should be able to try it out with a `dev` release soon:...

Hi @chenyulun The snippet you posted calls `npx prisma migrate` instead of `npx prisma generate`. It looks like you run the wrong command?

Hi @midub , I think this should be resolved in 6.9.0, can you retry?

Hi @j-beniwal, can you provide the prisma schema file and the command you run?

This is already fixed on the `main` branch and should be resolved in the next release.