Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Worlds largest Data Warehouse ?

RE: Worlds largest Data Warehouse ?

From: Mark Anderson <fnmpa_at_uaf.edu>
Date: Thu, 18 Oct 2007 20:01:38 -0800 (AKDT)
Message-ID: <4761.137.229.7.101.1192766498.squirrel@fnmpa.email.uaf.edu>


I'm not sure this is the right forum for a Sybase discussion but a couple of clarifications:

(snip)

>

> Actually it has a lot to do with Oracle. Yes, so what Sybase could load
> a very big DW, what they don't show is when they were doing the queries,
> what was there transaction isolation level.
> Default of Sybase SQL Server is "dirty read".

No it's not. The default isolation level of Sybase Adaptive Server Enterprise is isolation level 1, Read Committed -- a transaction is allowed to read only committed changes to data. This has been the default isolation level in Sybase since I started working with it in 1991, back when it was still called Sybase SQL Server. Isolation level 0, what you are talking about, can be configured at the session or statement level but it is never the default.

More to the point, the DW discussed in the referenced article uses Sybase IQ, which is a completely different product from a completely different code base than Sybase ASE (nee SQL Server). So your experience and mine with Sybase ASE/SQL Server is not relevant to the DW described in the article.

best wishes,

Mark

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Oct 18 2007 - 23:01:38 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US