Subject | Re: What is the proper transaction level |
---|---|
Author | buppcpp |
Post date | 2005-06-15T21:10:46Z |
> At 07:13 PM 15/06/2005, you wrote:I was referring to Jim Starkey's comment on May 01, 2005: Subject:Re:
> >I have read that "read commited" should not be used, because it
> >is "broken".
>
> In what way is it broken?
[Firebird-devel] How does Firebird responds to transaction lifetime
> Result sets held for long periods should be in Read Committedisolation and
> in Read Only mode. Long-running read-write transactions all havethe
> potential to get "stuck", from the POV of garbagealso
> collections. Long-running read-only *snapshot* transactions will
> cause this since, unlike Read Committed, snapshot transactions haveto
> provide a repeatable read.So is it best to use Read/Read Committed instead of Read/Snapshot?
>
> ./hb
Also, can you change your transaction type without committing or
rolling back? Say from Read to Read/Write?
Thanks