- From: Steven Becker <notifications@github.com>
- Date: Tue, 01 Oct 2024 14:40:54 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 1 October 2024 21:40:58 UTC
TPAC 2024: While loading from a prebuilt format seems beneficial to support for several scenarios, it remains very challenging to specify and implement without severe limitations. In particular, we would need to spec out the binary format for the prebuilt IDB format. Perhaps these scenarios should consider [SQLite WASM](https://sqlite.org/wasm/doc/trunk/index.md) with the [bucket file system](https://fs.spec.whatwg.org/#sandboxed-filesystem) instead? SQLite WASM also has some drawbacks that not every application can overcome (like the same origin requirements). Historically, browsers have optimized IDB reads more than writes. Perhaps there is an opportunity to [revisit putAll()](https://github.com/w3c/IndexedDB/issues/69) to see if it could help reduce the costs of IDB data import? -- Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/224#issuecomment-2387125315 You are receiving this because you are subscribed to this thread. Message ID: <w3c/IndexedDB/issues/224/2387125315@github.com>
Received on Tuesday, 1 October 2024 21:40:58 UTC