Re: computational model of transactions
From: David Cressey <dcressey_at_verizon.net>
Date: Sat, 05 Aug 2006 10:30:49 GMT
Message-ID: <tr_Ag.2659$z12.1991_at_trndny02>
Date: Sat, 05 Aug 2006 10:30:49 GMT
Message-ID: <tr_Ag.2659$z12.1991_at_trndny02>
"Marshall" <marshall.spight_at_gmail.com> wrote in message
news:1154712384.843649.326550_at_b28g2000cwb.googlegroups.com...
> Erwin wrote:
> >
> > AFAICT, MVCC is only safe to use in transactions that don't update
> > anything, i.e. transactions that do *nothing but reads*.
>
> Um, if we are doing nothing but reads, we don't need any concurrency
> controls at all. Everything can read everything all the time safely, if
> there are no writes going on. So it kind of seems like above you're
> saying MVCC is a no-op.
>
>
> Marshall
>