[GENERAL] Numerous prepared transactions?

2012-01-20 Thread Lincoln Yeoh
Hi, Is it viable to have very many prepared transactions? As in tens of thousands or even more? The idea is so that a web application can do _persistent_ transactional stuff over multiple pages/accesses/sessions and have it rolled back easily, or committed if desired. I'm thinking that it m

Re: [GENERAL] Numerous prepared transactions?

2012-01-30 Thread Jasen Betts
On 2012-01-20, Lincoln Yeoh wrote: > Hi, > > Is it viable to have very many prepared transactions? As in tens of > thousands or even more? > > The idea is so that a web application can do _persistent_ > transactional stuff over multiple pages/accesses/sessions and have it > rolled back easily,