Re: MS SQL features for new version

From: Rodrigo <rdeleonp(at)yahoo(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: MS SQL features for new version
Date: 2004-02-10 15:23:06
Message-ID: c0assr$6jm$1@sea.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Shridhar Daithankar wrote:
> Just stumbled upon this. just an FYI,
>
> http://www.microsoft.com/sql/yukon/productinfo/top30features.asp
>
> Shridhar

From the page:

> A new Snapshot Isolation (SI) level will be provided at the
> database level. With SI, users will be able to access the
> last committed row using a transitionally consistent view
> of the database. This capability will provide greater
> scalability for very large database (VLDB) implementations.

Is Snapshot Isolation == MVCC ?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-02-10 15:55:41 Re: [PATCHES] Current-stream read for psql's \copy
Previous Message Bruce Momjian 2004-02-10 15:21:42 Re: PQinSend question