Large Tables and Async Queries
Overview
Large (10,000 row+) tables and statistics tables can use async queries. Instead of loading every row in the browser, table interactions send query requests to the server and return only what is needed.
When Async Mode Is Used
Async mode is used for statistics tables and can also be used for large tables. This keeps filtering, sorting and paging responsive when row counts are high.
What Readers Will Notice
When readers change filters, sorting, paging or visible columns, the table can refresh with a short loading state. This is expected and indicates the server is returning the updated page of results.
Paging And Validation
Paging is important in async mode. Query payloads are validated for safe page ranges, column ranges and valid group/value selections.
If your table is very large, keeping paging enabled and selecting fewer default-visible columns will usually provide the best reader experience.