Skip to content

Conditionally Disable Count from Being Returned #13

@ksylvest

Description

@ksylvest

For large tables including the count can have very large performance implications:

SELECT COUNT(id) FROM something; -- Runtime: 5507.556ms
SELECT * FROM something LIMIT 50 OFFSET 0; -- Runtime: 0.193 ms

It would be great to be able to send in an option to disable the count entirely.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions