@raphael@mastodon.communick.com
Post #3128401
2026-03-17 19:24 UTC
Next was dexie. Less issues with indexing compared to pouchdb. But still the same problem: you can only query for keys that are in the index and screw you if you want to get a join.
Replies (1)
-
@raphael@mastodon.communick.com 2026-03-17 19:32
Then I got to pglite. Yes, I can get *actual* relational database. Yes, getting it to work took me "only" half a day on a web page using indexeddb, but there is a slight problem: the performance is *abysmal* on indexedb. I started importing the documents that I had on pouchdb (4 weeks of daily driving the extension got me ~180k documents) which pouchdb exported in less than 20 seconds. But to import them to pglite on idb: 55ms for **each** document at the beginning, 120ms after 10k, 160ms on 20k