Closed
Bug 627936
Opened 14 years ago
Closed 14 years ago
Use exclusive locking on places.sqlite (again)
Categories
(Toolkit :: Places, defect)
Toolkit
Places
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mak, Assigned: mak)
References
Details
(Keywords: perf)
We had to drop it with the upgrade to WAL, but with sqlite 3.7.4 we can use it again, it should give us some perf win and some more data safety.
Assignee | ||
Comment 1•14 years ago
|
||
taking to have it on radar, but feel free to steal.
Assignee: nobody → mak77
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•14 years ago
|
||
unless I've done something wrong, the first time I made a profile there was no -shm file but locationbar (That uses a cloned connection) ddidn't work. after a restart the -shm file reappeared and everything works, doesn't look like exclusive has been enabled though (?!)
Assignee | ||
Comment 3•14 years ago
|
||
So far we can't go back, it's tru wal allows to use exclusive locking, but exclusive locking does not allow to have multiple connections, so I'm wontfixing this bug.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•