Re: SessionStore size - Bloat in sessionstore.js from Google and others causing major UI freezes

Joshua Cranmer <[email protected]> Tue, 19 Jul 2011 15:35:16 -0700
Newsgroups gmane.comp.mozilla.performance
Message-ID <[email protected]>
On 7/19/2011 2:29 PM, Randell Jesup wrote:
> Kyle (in .platform - that will teach me to cross-post) and Taras 
> suggested LevelDB over SQLite (we don't really need much in the way of 
> complexity here, mostly just safety against crashes and large blob 
> storage - which may speak to files, since filesystems are good at that).
LevelDB is designed to sensibly handle values from the small sizes to 
multi-GB per value, or so I am told.