T
TanStack2mo ago
extended-salmon

Pest practices for persisting large dataset

I'm creating an offline-first application that needs to keep a large dataset available for offline use. What's the best practice for persisting the storage? It seems odd for TanStack DB to not have a built-in option for this, so I must be missing something. using window.localStorage runs into size limits. I'm also using TanStack Start
2 Replies
complex-teal
complex-teal2mo ago
IndexedDB?
correct-apricot
correct-apricot2mo ago
please ask in #db or #db-questions

Did you find this page helpful?