Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add count query #11

Closed
kdhrubo opened this issue Dec 17, 2023 · 0 comments
Closed

Add count query #11

kdhrubo opened this issue Dec 17, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@kdhrubo
Copy link
Collaborator

kdhrubo commented Dec 17, 2023

/query{tableName}/count --> QueryController

SELECT COUNT(*) FROM {tableName};

This query can cause performance issues if the table has lots of data. Need to add this warning in the documentation.

@kdhrubo kdhrubo added the enhancement New feature or request label Dec 17, 2023
@kdhrubo kdhrubo added this to the Dec2023 milestone Dec 17, 2023
@kdhrubo kdhrubo self-assigned this Dec 17, 2023
@kdhrubo kdhrubo modified the milestones: Dec2023, Jan2024 Jan 2, 2024
@kdhrubo kdhrubo removed this from the Jan2024 milestone Jan 12, 2024
@kdhrubo kdhrubo assigned souravroy and unassigned kdhrubo Jan 13, 2024
@kdhrubo kdhrubo added this to the Jan2024 milestone Jan 13, 2024
@kdhrubo kdhrubo added the documentation Improvements or additions to documentation label Jan 13, 2024
@kdhrubo kdhrubo assigned bharath8121 and unassigned souravroy Jan 14, 2024
@kdhrubo kdhrubo modified the milestones: Jan2024, Feb2024 Jan 18, 2024
kdhrubo pushed a commit that referenced this issue Jan 19, 2024
@kdhrubo kdhrubo closed this as completed Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants