Stefano Mazzocchi <[EMAIL PROTECTED]> writes:

> BTW, did you guys ever considered the use of a lazy pattern for
> updates? a-la messaging file system?
> 
> 
> Basically, you have a memory store that saves in a log file (sort of
> an equivalent of a messaging file system) some events. the log file is
> already open and buffered by the OS and the events are small, so this
> shouldn't be a proble, then in background with a lower priority, a
> thread 'feeds' the database for backup.

I don't like it for my usage. For me reliability and good read
performance are important. Write performance is unimportant. 
I am afraid the your proposal would sacrifice reliability for write 
performance. Reliability here means not, that the system will
be always available, but that the client gets a clear
feedback, if a write operation was successful or not.


Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to