Project

General

Profile

Actions

Bug #13536

open

Validate QueryModel's row cache

Added by Matthias Van Ceulebroeck 4 days ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
Start date:
02/18/2025
Due date:
% Done:

0%

Estimated time:

Description

In QueryModel::cacheRow() there seems to be an error somewhere.

Expected behavior is that the cached number of rows will always equal the batchSize. This ensures that Wt always has enough data ready in the cache, so that a view using the model can very quickly show the items, without waiting for the database. Making the experience smoother.

Current behavior however shows that the cache's size does not always equal the batchSize. Scrolling up and down in a (WTable)view repeatedly, will exhibit this deviation.

No data to display

Actions

Also available in: Atom PDF