| From: | "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com> |
|---|---|
| To: | Dennis Gearon <gearond(at)cvc(dot)net> |
| Cc: | <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: versioning and transactions |
| Date: | 2003-03-03 19:30:56 |
| Message-ID: | Pine.LNX.4.33.0303031225370.13297-100000@css120.ihs.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Mon, 3 Mar 2003, Dennis Gearon wrote:
> Is versioning the way the other transaction DB's do it, like DB2,
> Oracle, Transact, SQLServer?
>
> Is there a good explanation of this on the postgres site?
I'm not sure which question you're asking here.
Postgresql and Oracle both use a system called MVCC, (multi-version
concurrency control). Docs on pgsql's implementation can be found here:
http://www.postgresql.org/docs/view.php?version=7.3&idoc=0&file=mvcc.html
Or do you mean transactions?
Or do you mean things like multi-valued databases?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Oleg Lebedev | 2003-03-03 19:46:30 | table inheritance and db syncs |
| Previous Message | Matthew T. O'Connor | 2003-03-03 19:27:16 | LinuxQuestions Award |