Closed Bug 679267 Opened 13 years ago Closed 12 years ago

Investigate using LevelDB for the backing store for IndexedDB

Categories

(Core :: Storage: IndexedDB, defect)

defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: sdwilsh, Unassigned)

References

Details

I thought we had a bug for this, but I can't find it.  I think it's best for us to use LevelDB for IndexedDB as our backing store.

We should see how much of the code we can grab out of chromium and use wholesale to make this initial transition easier.
Version: unspecified → Trunk
Depends on: leveldb
Summary: IndexedDB should use LevelDB for its backing store → Investigate using LevelDB for the backing store for IndexedDB
Component: DOM: Core & HTML → DOM: IndexedDB
Version: Trunk → unspecified
As far as I know we have no plans to do this any more due to success in optimizing our sqlite usage. Marking WONTFIX, we can re-open if we change course in the future.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Just for the record, SQLite 4 will support a log-structured merge database.
http://www.sqlite.org/src4/doc/trunk/www/design.wiki
You need to log in before you can comment on or make changes to this bug.