Closed Bug 1460628 Opened 6 years ago Closed 6 years ago

Store every collections in one indexeddb store

Categories

(Firefox :: Remote Settings Client, enhancement, P1)

enhancement

Tracking

()

RESOLVED FIXED

People

(Reporter: leplatrem, Unassigned)

References

Details

In Bug 1377539 we switch from Sqlite to IndexedDB.

The way Kinto.js [1] works, it creates a dedicated IndexedDB store for each collection.

Each store has two tables:
- the list of records
- the collection timestamp (one row)

We should probably think a better way and have a single store with a table per collection for example.

[1] https://github.com/Kinto/kinto.js
Version: 57 Branch → Trunk
Priority: -- → P1
Resolved with Bug 1483948
Status: NEW → RESOLVED
Closed: 6 years ago
Depends on: 1483948
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.