RE: pristine store design
From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 4 Mar 2010 08:31:35 +0100
> -----Original Message-----
If we move the file in place from temp to final location, not overwriting
INSERT OR IGNORE INTO PRISTINE (..., ...) VALUES (..., ...)
You have enough synchronization for adding new files.
A reader won't notice that anything happens and a simultaneous writer will
(This will fail for the case where one writes a compressed version and one
The real problem is: how do you handle removing files from the pristine
Possible (too) Easy fix for 1.7: Make sure you have a depth infinity lock on
Bert
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.