prisma aggregateRaw, how to parse Date back to javascript date, and other special types,
Unfortunately I've been forced to use aggregateRaw because I run into memory limits that requires the "{ allowDiskUse: true }".
How can I either:
1) Add this option to regular queries
or
2) Have aggregateRaw parse back to javascript types.
1 Reply
GitHub
On Connection Query: Memory Limit exceeded, pass allowDiskUse:true ...
Describe the bug An aggregation query thats supposed to count the number of contacts of a partner throws a Mongo related error: Memory Limit exceeded, pass allowDiskUse:true. query { contactsConnec...