View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009249 | Taler | wallet-core | public | 2024-10-04 15:36 | 2025-04-17 23:39 |
Reporter | Florian Dold | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | confirmed | Resolution | open | ||
Target Version | post-1.0 | ||||
Summary | 0009249: improve performance of backwards transaction iteration | ||||
Description | Because 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. | ||||
Tags | ux | ||||
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 |
2025-04-17 22:25 | Christian Grothoff | Target Version | 1.0 stretch goals => post-1.0 |
2025-04-17 22:25 | Christian Grothoff | Tag Attached: ux | |
2025-04-17 23:39 | Christian Grothoff | Assigned To | Florian Dold => |
2025-04-17 23:39 | Christian Grothoff | Status | assigned => confirmed |