Prisma(postgres) stuck at `where: {assets: {none: {}}}`
I understand that the query is tight. But isn't there a way to do it? I have only ~1m records in
assets
.
My goal is to get entity
where assetsCount = 0
(without raw queries);
For example this query works lightning fast.
I'm asking if I'm doing things wrong or over-complicated. I'm not count this as prisma problem:heart:0 Replies