You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
putBulk currently uses Promise.all(records.map(r => this.put(r))) — one transaction per record. Rewrite as a single IndexedDB transaction for bulk loads.
Roadmap:
prd/roadmap/libs.mdputBulkcurrently usesPromise.all(records.map(r => this.put(r)))— one transaction per record. Rewrite as a single IndexedDB transaction for bulk loads.Grades:
prd/analysis/grades/libs.mdrecommendation #6