Essays24.com - Term Papers and Free Essays
Search

Database

Essay by   •  November 7, 2010  •  471 Words (2 Pages)  •  1,006 Views

Essay Preview: Database

Report this essay
Page 1 of 2

Clustering

MSSQL provides solid high availability (HA) failover clustering support. However, MSSQL performance, in share nothing clustering is very limited, its administration and design is very complex. All clustering views should be redesigned and rebuild in order to scale the cluster out.

We discussed in previous paragraph the major MSSQL limitations in Clustering and High availability and also how MSSQL server share nothing and view based cluster works.

Oracle 10g adds RAC/Grid based clustering that can be easily scaled out even in standard edition. This is one of the notable advantages of Oracle 10g compared with MSSQL 2005.

Oracle provides a new, built-in software storage management solution called ASM (Automatic Storage Management) that assists with RAC/Grid based cluster deployment. In addition, Oracle provides proprietary and free (!) cluster file system on Linux and Windows platforms that helps in avoiding the use of raw devices.

©2004 WisdomForce Technologies, Inc. All rights reserved. 16

Tuning

Function based indexes via indexed computed column

Oracle provides an option to create an index on a function applied to a specific column. MSSQL provides with ability to create a so-called "computed column" and the ability to create an index on this column. These features are basically equivalent. Yukon introduces the PERSISTED keyword in the CREATE TABLE and ALTER TABLE statements to physically store computed columns in the table. Their values are updated when any columns that are part of their calculation change. Marking a computed column as PERSISTED allows creating an index on a computed column that is deterministic, but not guaranteed to be precise.

MSSQL 2005 Indexed View vs. Oracle Materialized Views

Starting from MSSQL 2000 and from Oracle 8i, both databases started to provide Materialized Views. Those views help in avoiding the expensive heavy join of multiple tables, in particular in Data Warehouse environments.

...

...

Download as:   txt (3.1 Kb)   pdf (64.7 Kb)   docx (9.6 Kb)  
Continue for 1 more page »
Only available on Essays24.com
Citation Generator

(2010, 11). Database. Essays24.com. Retrieved 11, 2010, from https://www.essays24.com/essay/Database/8683.html

"Database" Essays24.com. 11 2010. 2010. 11 2010 <https://www.essays24.com/essay/Database/8683.html>.

"Database." Essays24.com. Essays24.com, 11 2010. Web. 11 2010. <https://www.essays24.com/essay/Database/8683.html>.

"Database." Essays24.com. 11, 2010. Accessed 11, 2010. https://www.essays24.com/essay/Database/8683.html.