connector-x icon indicating copy to clipboard operation
connector-x copied to clipboard

Use `LIMIT 0` instead of `LIMIT 1` to get result schema.

Open mcrumiller opened this issue 7 months ago • 6 comments

This would probably save a lot of query execution time for queries which take a very long time to return limit 1 (e.g. with a subquery involving a SORT).

mcrumiller avatar Mar 10 '25 12:03 mcrumiller