K
Kysely8mo ago
vicary

How to improve performance in large SELECT?

I have a large query with >100 selections, this makes VS Code hangs for type checking every 30s. I tried $assertType() with a hard-coded object type at the end of the select query, but it doesn't help much. Is there a recommended way for large inferred types?
1 Reply
Igal
Igal8mo ago
Hey 👋🏻 can you provide a repository that reproduces this slowness?