Re: oracle v SS

  • From: "Powell, Mark" <mark.powell2@xxxxxxx>
  • To: Mladen Gogala <gogala.mladen@xxxxxxxxx>, "oracle-l@xxxxxxxxxxxxx" <oracle-l@xxxxxxxxxxxxx>
  • Date: Thu, 7 Nov 2019 21:09:15 +0000


It is also possible to configure SQL Server databases to use point in time 
consistent reads.  See READ_COMMITTED_SNAPSHOT in the documentation.  This 
feature reduces blocking, but the first release had a few performance issues.

One nice feature is you can include columns in an index that are not part of 
the key so changes in the column value result in an update to the index row 
rather than a delete insert as when the column is part of the key.


Mark Powell
Database Administration
(313) 592-5148


________________________________
From: oracle-l-bounce@xxxxxxxxxxxxx <oracle-l-bounce@xxxxxxxxxxxxx> on behalf 
of Mladen Gogala <gogala.mladen@xxxxxxxxx>
Sent: Thursday, November 7, 2019 3:43 PM
To: oracle-l@xxxxxxxxxxxxx <oracle-l@xxxxxxxxxxxxx>
Subject: Re: oracle v SS

On 11/7/19 3:13 PM, Orlando L wrote:

Hi all

Trying to decide between oracle and sql server for a query/warehousing
type database. Can anyone share their input or point to a paper for
the current versions. Thanks

Orlando.

Hi Orlando!

SQL Server enterprise edition comes with what Oracle calls "In-Memory
option" and partitioning, no further licensing required. SQL Server
doesn't have multi-versioning  which makes things simpler for mostly
query database. On the flip side, readers block writers and vice versa,
which means that loading usually means downtime. SS has something called
"always on availability groups", which allows you to maintain shared
nothing "cluster" with several identical database copies, which can be
queried in parallel. SQL Server supports bitmap indexes and star
(snowflake) schema queries.  SQL Server EE is significantly cheaper than
Oracle. I would advise going with SQL Server.

Regards


--
Mladen Gogala
Database Consultant
Tel: (347) 321-1217

--
//www.freelists.org/webpage/oracle-l



DXC Technology Company - Headquarters: 1775 Tysons Boulevard, Tysons, Virginia 
22102, USA.
DXC Technology Company -- This message is transmitted to you by or on behalf of 
DXC Technology Company or one of its affiliates. It is intended exclusively for 
the addressee. The substance of this message, along with any attachments, may 
contain proprietary, confidential or privileged information or information that 
is otherwise legally exempt from disclosure. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended recipient 
of this message, you are not authorized to read, print, retain, copy or 
disseminate any part of this message. If you have received this message in 
error, please destroy and delete all copies and notify the sender by return 
e-mail. Regardless of content, this e-mail shall not operate to bind DXC 
Technology Company or any of its affiliates to any order or other contract 
unless pursuant to explicit written agreement or government initiative 
expressly permitting the use of e-mail for such purpose. --.

Other related posts: