View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009249 | Taler | wallet-core | public | 2024-10-04 15:36 | 2024-10-04 15:36 |
Reporter | Florian Dold | Assigned To | Florian Dold | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Target Version | 1.0 stretch goals | ||||
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 | No tags attached. | ||||
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 |