Daniel Mahon
03/22/2022, 6:56 PMKilled
prisma exceptions?…. Im qeurying a large data set 3mil+ (indexed) but even locally prisma seems to crash when trying to return anything larger than a few thousand records. I cant seem to find any other error message. When enabled prisma logging the only thing different is it doesnt print out the “query” to console, like it does with the previous ones. Thoughts?
EDIT: Nevermind, I think it has something to do with my local docker setup, not specifically prisma.