Re: [GENERAL] Online system & transactions

2004-10-19 Thread Andrew Sullivan
On Tue, Oct 19, 2004 at 01:29:41PM +0200, Lada 'Ray' Lostak wrote: > But this is normal 'transaction' - and I didn't find way, how can I 'store' > transaction to disc storage and 'reopen' later. That you can't do. The usual recipe for this is something like optimistic locking -- for instance, se

Re: [GENERAL] Online system & transactions

2004-10-19 Thread Lada 'Ray' Lostak
- In the 1960s you needed the power of two C64s to get a rocket to the moon. Now you need a machine which is a vast number of times more powerful just to run the most popular GUI. - Original Message - From: "Chris Browne" <[EMAIL PROTECTED]>

Re: [GENERAL] Online system & transactions

2004-10-18 Thread Chris Browne
[EMAIL PROTECTED] ("Lada 'Ray' Lostak") writes: > Imagine some online system, based on PgSql. There are 'many' parts which > depends on each other. I will give small example, but instead of simple > table imagine changing tenths various tables (editing). So, 'change table A' > can be work for h

[GENERAL] Online system & transactions

2004-10-18 Thread Lada 'Ray' Lostak
Hello ppl, Imagine some online system, based on PgSql. There are 'many' parts which depends on each other. I will give small example, but instead of simple table imagine changing tenths various tables (editing). So, 'change table A' can be work for hours. There are tables tableA and table