Peter Rogov

Results 4 comments of Peter Rogov

Effectively, cursor-based pagination as described in prisma docs is a way to specify a condition like `WHERE ID > XXX`. Based on this idea I have tried the following test:...

I've been testing over and over again. With the approach that I showed above, I could reduce the query time for cursor-based pagination from 20-30 seconds per query to 10ms....

Since prisma v1 is in maintenance mode it is unlikely that any such modification will take place in this branch. It makes more sense to consider prisma v2 for any...

Same problem here, adding few inner objects to prisma query leads to a dramatic increase on query execution time. Would have been cool to see any ideas on possible workaround...