Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Sybase > Sybase IQ vs Sybase ASE

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-11-04, 07:17
eerick eerick is offline
Registered User
 
Join Date: Oct 2004
Posts: 1
Sybase IQ vs Sybase ASE

Dear all,

I'm now comparing the performance (speed) between Sybase IQ and ASE on just reading data by a simple SQL.

Test case:

Sybase IQ and ASE are installed in the same server
1 transaction table with around 200,000 rows
5 static table with around 100 for each

1 single sql is used to join all the table to obtain the result and the result is around 300 rows.

Test Result:

The ASE takes around 1 minute to return the result and according to statistic, most of the time is spent on physical read. So when I run the same sql again, the result is returned in no more than 1s, as all the data is already loaded to cache.

However, the IQ can always return the result within 2s, no matter I recycle it to clean up the cache.

Question:
Just wonder why the IQ can have such good performance on even physical read after server recycle.

Thanks All,
Rick
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On