Archives
 
 
 
  Special
 
 
 
  About Us
 
 
 

Newsletter
Free E-mail Newsletter from BYTE.com

 
    
           
Visit the home page Browse the four-year online archive Download platform-neutral CPU/FPU benchmarks Find information for advertisers, authors, vendors, subscribers Request free information on products written about or advertised in BYTE Submit a press release, or scan recent announcements Talk with BYTE's staff and readers about products and technologies

ArticlesMaking Book on SQL Server 6.5


August 1996 / Reviews / SQL Server: The Sequel's Better / Making Book on SQL Server 6.5

To compare SQL Server 6.5's performance with that of version 6.0, we timed queries performed on a book-order-entry database with five tables, each with anywhere from 10,000 to 100,000 records at the start of the test. First, an order transaction queried for an ISBN number, executed a three-table join to find the author, and then repeated until five books had been looked up. Records to track the order were then inserted and the inventory updated. A payment transaction looked up an order record and updated it to indicate payment.

The simple-query version of the test looked for a range of orders, ret urning about 2000 records each time. The five-table join query searched for a range of 200 order numbers, listing the books in each order and the author of each book. With five books per order and two authors per book, the five-table test also produced a result set of about 2000 records.

The results shown below have been normalized, with SQL Server 6.0 results equal to 1. Higher is better.


SQL Server 6.5

Order test (one user)      1.385
Order test (eight users)   1.106
Payment test (one user)    1.333
Payment test (eight users) 1.133
Simple-query               1.400
Five-table join query      1.417




Up to the Reviews section contentsGo to previous article: Making Book on SQL Server 6.5Go to next article: Row Locking vs. Page LockingSearchSend a comment on this articleSubscribe to BYTE or BYTE on CD-ROM  
Flexible C++
Matthew Wilson
My approach to software engineering is far more pragmatic than it is theoretical--and no language better exemplifies this than C++.

more...

BYTE Digest

BYTE Digest editors every month analyze and evaluate the best articles from Information Week, EE Times, Dr. Dobb's Journal, Network Computing, Sys Admin, and dozens of other CMP publications—bringing you critical news and information about wireless communication, computer security, software development, embedded systems, and more!

Find out more

BYTE.com Store

BYTE CD-ROM
NOW, on one CD-ROM, you can instantly access more than 8 years of BYTE.
 
The Best of BYTE Volume 1: Programming Languages
The Best of BYTE
Volume 1: Programming Languages
In this issue of Best of BYTE, we bring together some of the leading programming language designers and implementors...

Copyright © 2005 CMP Media LLC, Privacy Policy, Your California Privacy rights, Terms of Service
Site comments: webmaster@byte.com
SDMG Web Sites: BYTE.com, C/C++ Users Journal, Dr. Dobb's Journal, MSDN Magazine, New Architect, SD Expo, SD Magazine, Sys Admin, The Perl Journal, UnixReview.com, Windows Developer Network