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

Update client implementation of DataView module to improve intital page load for larger datasets #1532

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jh-RLI
Copy link
Contributor

@jh-RLI jh-RLI commented Jan 10, 2024

Summary of the discussion

Avoid multiple COUNT(*) queries executed via api calls when loading table data and row-count related data.

Type of change (CHANGELOG.md)

Updated

  • Avoide multiple COUNT(*) queries when initially visiting the table detail-page, especially for larger datasets. (#)

Workflow checklist

Automation

Closes #1531

PR-Assignee

Reviewer

  • 🐙 Follow the Reviewer Guidelines
  • 🐙 Provided feedback and show sufficient appreciation for the work done

@jh-RLI jh-RLI self-assigned this Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API request using count(*) query on "big" tables causes long page loading time
1 participant