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 3 months ago
- Target version changed from 4.11.0 to 4.11.1
Updated by Matthias Van Ceulebroeck 2 months ago
- Target version changed from 4.11.1 to 4.11.3
Updated by Matthias Van Ceulebroeck about 2 months ago
- Subject changed from Improve `createQueryCountSql` to Allow count query alternative
- Description updated (diff)
Updated by Matthias Van Ceulebroeck about 2 months ago
- Related to Feature #13180: Alternative to WTableView with infinite scrolling added
Updated by Romain Mardulyn 20 days ago
- Status changed from New to InProgress
- Assignee set to Romain Mardulyn
Updated by Romain Mardulyn 18 days ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
Actions