473,769 Members | 5,910 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

EMC Clarion Performance Issue

sjs
I am in the process of testing an EMC Clarion install with our Data
Warehouse. Performance is fast and consistent for queries using a
clustered index but very poor for queries using non-clustered indexes.
Performance on non-clustered indexes is very slow and inconsistent
compared to our current production environment using EMC Symmetrix.

I eliminated the server and SQL install as the issue by testing the
same queries on local disk on the server with good results. I am
running SQL2000 SP3. EMC has not helped yet. Any ideas?

Thanks
Jul 20 '05 #1
3 2515
sjs,

I am currently benchmarking a CX200 and find query performance good with
both clustered and non-clustered index lookups. My environment is Windows
2000 SP4, and SQL Server Enterprise Edition 8.00.760, Dell 2650 Dual 2.8 GHz
processor.

I have 10 X 36GB 15Krpm drives in one large raid 0 stripe set (to
approximate 20 X 36GB configured as raid 0+1 at 1/2 the cost... Its a
benchmark environment, I can afford to loose data.). I have my log file one
naked 36GB drive on its own controller (to dedicate it's write back caching
to help log file writes). I put each hot table in a separate file group, and
the non-clustered for those hot files each into their own separate file
group. Default alloc on the disks is 8K.

Perhaps if you shared your physical disk layout and how db objects are
mapped onto the array, it would help. Also include how the disks have been
formatted by windows (If you are seeing a lot of split IOs? If so, you might
have formatted the drives at something less then 8K)

-Bernie

"sjs" <ss******@conne cticare.com> wrote in message
news:6c******** *************** ***@posting.goo gle.com...
I am in the process of testing an EMC Clarion install with our Data
Warehouse. Performance is fast and consistent for queries using a
clustered index but very poor for queries using non-clustered indexes.
Performance on non-clustered indexes is very slow and inconsistent
compared to our current production environment using EMC Symmetrix.

I eliminated the server and SQL install as the issue by testing the
same queries on local disk on the server with good results. I am
running SQL2000 SP3. EMC has not helped yet. Any ideas?

Thanks

Jul 20 '05 #2
sjs
This server is attached to 6 X 146GB 10Krpm drives with Raid 5.
Unfortunately, many years ago, production was set up with data,
indexes, and logs on one raid. Because of this I am doing the testing
with the same configuration. Production will have the data and
indexes on raid groups. I have actually tested with both
configurations (same and separate raid groups) with the same results.
Performance is so poor that performance monitor looses connection for
5 to 10 sec at a time. The server is a HP with dual Zeon 2.8 GHz
running Server 2003 and SQL2000 SP3. I checked for split IOs and
found none.

Thanks
Jul 20 '05 #3
If you are suggesting that the performance monitor is loosing data, then you
are might be running SQL server with priority boost enabled and scanning
fairly large tables Do you have a sample show plan for a query that uses the
non-clustered index?

-Bernie

"sjs" <ss******@conne cticare.com> wrote in message
news:6c******** *************** ***@posting.goo gle.com...
This server is attached to 6 X 146GB 10Krpm drives with Raid 5.
Unfortunately, many years ago, production was set up with data,
indexes, and logs on one raid. Because of this I am doing the testing
with the same configuration. Production will have the data and
indexes on raid groups. I have actually tested with both
configurations (same and separate raid groups) with the same results.
Performance is so poor that performance monitor looses connection for
5 to 10 sec at a time. The server is a HP with dual Zeon 2.8 GHz
running Server 2003 and SQL2000 SP3. I checked for split IOs and
found none.

Thanks

Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
5224
by: Paul Mateer | last post by:
Hi, I have been running some queries against a table in a my database and have noted an odd (at least it seems odd to me) performance issue. The table has approximately 5 million rows and includes the following columns: DocID (INTEGER, PRIMARY KEY, CLUSTERED) IsRecord (INTEGER, NONCLUSTERED)
0
1258
by: Mortisus | last post by:
Hi, I'm running a fulltext query on a ~50000 record mysql database and while performance is usually satisfying - about 0.02 secs per query, i get a critical performance deterioration when looking for popular keywords (words that appear in more than 50% of the data) - about 0.25 secs/query. I know that the standard fulltext engine does not return any results on such words, and this is good, but this does not explain the performance issue....
1
1357
by: bob | last post by:
Currently i'm writing some low level communication modules in C++ and is thinking of putting it into a library so that it can be used in C#. My concern is the performance issue when putting C++ codes into C#. Does anyone has any idea(s) on this issue????
17
2067
by: 57R4N63R | last post by:
I'm currently building a website for one of the client. There has been few errors here and there, but just recently the problem is getting worse. Basically the symptoms is that when the user try to access the page, it takes really long time to load. However, after up to 1 hour, the website will run fine again as normal. This issue has been there with the site. I usually just ask the system admin to restart the IIS Service. However, the...
16
1945
by: D. Stimits | last post by:
A non-profit organization is interested in a new data application that would use a SQL storage system. I'm interested to know how non-profit companies that are not selling products are considered for licensing. Can they use PostgreSQL just like anyone else or do non-profits qualify as commercial use and need to consider other licensing? D. Stimits, stimits AT comcast DOT net ---------------------------(end of...
5
2031
by: Varangian | last post by:
Hi, I have a performance issue question? which is best (in terms of efficiency and performance, I don't care neatness in code)... building an ArrayList of Object Instances using SqlDataReader OR using SqlDataAdapter to Fill a DataSet or DataTable ? Thanks!
10
4301
by: shsandeep | last post by:
The ETL application loaded around 3000 rows in 14 seconds in a Development database while it took 2 hours to load in a UAT database. UAT db is partitioned. Dev db is not partitioned. the application looks for existing rows in the table...if they already exist then it updates otherwise inserts them. The table is pretty large, around 6.5 million rows.
0
1483
by: Shades799 | last post by:
Hi All, I was wondering if any of you could help me with a very difficult problem that I am having. I have an ASP site that works with an Oracle database using an ADODB connection. This connection is stored in a .dll file. This site had been working fine. However recently we upgraded our Oracle database from 9i to 10g and ever since then we have been having serious performance problems with this site only. The website works fine...
7
1779
by: Andres Rormoser | last post by:
I'm having a performance Issue with my Production SQL Server (2 x Xeon Dual-Core Woodcrest 1.6Ghz, 2GB RAM, IIS, SQL Server). In general the querys take much longer than the querys in my development server . For example a recursive UDF takes 20s in my development server and 2m in my production server (both with same users load) but my production server it's much hardware powerfull than the other server. I start monitoring an realized...
0
9589
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10048
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9996
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8872
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7410
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5304
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3963
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3563
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.