Project

General

Profile

Actions

Bug #13536

closed
MV RM

Validate QueryModel's row cache

Bug #13536: Validate QueryModel's row cache

Added by Matthias Van Ceulebroeck over 1 year ago. Updated 11 months ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
02/18/2025
Due date:
% Done:

100%

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.

RM Updated by Romain Mardulyn over 1 year ago Actions #1

  • Status changed from New to InProgress
  • Assignee set to Romain Mardulyn

RM Updated by Romain Mardulyn over 1 year ago Actions #2

  • Status changed from InProgress to Review
  • Assignee deleted (Romain Mardulyn)

MV Updated by Matthias Van Ceulebroeck about 1 year ago Actions #3

  • Assignee set to Matthias Van Ceulebroeck

MV Updated by Matthias Van Ceulebroeck 11 months ago Actions #4

  • Status changed from Review to Implemented @Emweb
  • Assignee changed from Matthias Van Ceulebroeck to Romain Mardulyn
  • % Done changed from 0 to 100

MV Updated by Matthias Van Ceulebroeck 11 months ago Actions #5

  • Status changed from Implemented @Emweb to Implemented @Test

MV Updated by Matthias Van Ceulebroeck 11 months ago Actions #6

  • Status changed from Implemented @Test to Closed
Actions

Also available in: PDF Atom