Results 315 comments of Matt Mueller

Hey @halfmatthalfcat thanks for the PR! We'll be looking into it soon. For now, we have a couple of questions that I'd like to get your input on: - Why...

FYI: Just disconnected this from the milestone and the board since it's cumbersome to keep two similar issues in sync. We'll use this issue for public tracking: https://github.com/prisma/prisma/issues/1277

We have one idea to test: - Change creating a new schema to creating a new database. This may make it faster.

Hey @assertnotnull, do you know how we could reproduce this? Which line is the query engine?

Yah out-of-memory errors won't give you any details from the process itself, it's a SIGKILL. This will be hard to debug without more information. What do the lines on the...

Which line is which? Would you be up to jump on a call to discuss this off github? If so, feel free to schedule a time that works well for...

**Update** What was written below misunderstood the point. I'm only keeping it for posterity. This is just about prisma.$executeRaw() and prisma.$executeRawUnable() not being able to provide the affected rows. For...

Hi @pavelnikolov, thanks for the background on apollo's caching system! It's interesting to read what they did to address the stale data problem. This issue is not exactly about stale...

@pavelnikolov Ahh yep, I see your point now. I guess that's less of an issue with this library and more about how you setup your graphql infrastructure. I think you're...

> But do you really need this optimisation? Maybe not, my use case is more about supporting static server-side queries. Seems wasteful to have to parse these kinds of queries...