Closed
Bug 1155859
Opened 10 years ago
Closed 10 years ago
SwiftData fixes
Categories
(Firefox for iOS :: Data Storage, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fennec | + | --- |
People
(Reporter: bnicholson, Assigned: bnicholson)
References
Details
Attachments
(1 file)
As discussed, there are a number of changes we want to make to our SQLite implementation, including:
* Cursor caching
* Enabling WAL
* Enabling SQLite multi-thread mode
* Using a single connection per DB
* Setting a busy handler for locked connections
We should also have some tests that make sure these settings are working and do what we expect them to do.
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
Big PR, but hopefully the individual commits are manageable!
Attachment #8594161 -
Flags: review?(wjohnston)
Attachment #8594161 -
Flags: review?(rnewman)
Updated•10 years ago
|
tracking-fennec: ? → +
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8594161 [details] [review]
Pull request
Merged. I swear rnewman had given an r+...oops! wesj just gave an IRC r+, so I'll roll with that.
Attachment #8594161 -
Flags: review?(wjohnston)
Attachment #8594161 -
Flags: review?(rnewman)
Attachment #8594161 -
Flags: review+
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•