View Issue Details

IDProjectCategoryView StatusLast Update
0011334Talerwallet-corepublic2026-04-01 11:43
ReporterFlorian Dold Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Target Version1.6 
Summary0011334: perf: wallet-core should be more lazy with storing denominations in DB
DescriptionCurrently, DB writes for denominations are the main perf bottleneck during onboarding.

When we get a /keys response from the exchange, we should:
* Filter out more of the denomination keys that we don't need (yet/anymore)
* Store the (filtered?) /keys response from the exchange in bulk
* Only individually store denominations in the DB that we need for upcoming withdrawals
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-04-01 11:43 Florian Dold New Issue
2026-04-01 11:43 Florian Dold Status new => assigned
2026-04-01 11:43 Florian Dold Assigned To => Florian Dold