On Thu, Jan 29, 2015 at 6:52 PM, Vladan Djeric <vdje...@mozilla.com> wrote: > > <https://wiki.mozilla.org/Performance/Avoid_SQLite_In_Your_Next_Firefox_Feature>
Definitely not intending to point you out here Vladan. However, it would be cool if we fixed our IndexedDB implementation rather than told our own developers not to use it. Web developers are not so lucky as to have other options. There's no reason we couldn't make IndexedDB use flat files and something similar to writeAtomic() when the amount of data stored is small. And then dynamically switch to the current SQLite backend as data grows large enough that that is better. That seems more efficient than ask every frontend developer to write their own storage implementation. / Jonas _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform