Open
Bug 1964833
Opened 16 days ago
Updated 10 days ago
Tab Storage investigation - storing tab data in fragmented files
Categories
(Firefox for Android :: Performance, task, P2)
Tracking
()
NEW
People
(Reporter: 007, Assigned: 007)
References
Details
(Whiteboard: [fxdroid][group4])
As a follow-up to Bug 1907384, investigate and obtain some similar execution metrics for an alternative tab storage approach: a fragmented file system.
- Each tab will be written to its own file.
- The selected tab ID will be written to its own file.
- The problem of sorting will not be accounted for here.
- Add execution times to the performance data tables in the tab storage investigation doc.
- Work off of the original Room proof of concept to have access to the Storage Tools resources in the Debug Drawer for easier testing.
- Bonus - If it's easy, only update the files for the tabs that have updated since the last write.
Updated•16 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•