Customize the 'Calculate total row count' select item for efficiency particularly for Postgres: select(*) vs. select(1) #30506
Unanswered
RobertHana
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi does anybody know if I can customize the generation of the select item for calculating total row count to use 'select (1)' instead of 'select (*)' (which is inefficient in Postgres)?
Beta Was this translation helpful? Give feedback.
All reactions