View Issue Details

IDProjectCategoryView StatusLast Update
0009249Talerwallet-corepublic2024-10-04 15:36
ReporterFlorian Dold Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Target Version1.0 stretch goals 
Summary0009249: improve performance of backwards transaction iteration
DescriptionBecause of IndexedDB limitations, we currently go over the whole materialized transaction meta data for this request.

IndexedDB only supports fast batch fetches in the forward direction.

To do backward iteration fast, we need to either:
(a) use cursors, which are very slow (no batching)
(b) provide some indexeddb extension on platforms we control (batch cursor requests or (ObjectStore).getAll() with reverse direction support.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-10-04 15:36 Florian Dold New Issue
2024-10-04 15:36 Florian Dold Status new => assigned
2024-10-04 15:36 Florian Dold Assigned To => Florian Dold