Actions
Improvements #12117
openAllow count query alternative
Start date:
11/06/2023
Due date:
% Done:
0%
Estimated time:
Description
Originally this ticket aimed to improve the query itself. This is however not really feasible, and the database manager will already perform optimizations, such that any other improvements we could perform are essentially meaningless.
As such, this ticket was changed such that:
- the count query that QueryModel uses to return the row count can be provided an alternative
- the [Query::createQueryCountSql()] can be provided another query as an alternative
Updated by Matthias Van Ceulebroeck about 2 months ago
- Target version changed from 4.11.0 to 4.11.1
Updated by Matthias Van Ceulebroeck about 1 month ago
- Target version changed from 4.11.1 to 4.11.3
Updated by Matthias Van Ceulebroeck 17 days ago
- Subject changed from Improve `createQueryCountSql` to Allow count query alternative
- Description updated (diff)
Updated by Matthias Van Ceulebroeck 17 days ago
- Related to Feature #13180: Alternative to WTableView with infinite scrolling added
Actions