Re: versioning and transactions

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: versioning and transactions
Дата
Msg-id Pine.LNX.4.33.0303031225370.13297-100000@css120.ihs.com
обсуждение исходный текст
Ответ на versioning and transactions  (Dennis Gearon <gearond@cvc.net>)
Список 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?


В списке pgsql-general по дате отправления:

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: LinuxQuestions Award
Следующее
От: Oleg Lebedev
Дата:
Сообщение: table inheritance and db syncs