Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Technical process behind a query

Status
Not open for further replies.

ScanX

Programmer
Oct 13, 2003
26
BE
Hi

I would like to know if I could find some online information about how the data is processed behind an SQL statement

Especially the JOIN issue, I would like to know what are the performances problems when you link a huge table (1 billion rows) with an average table (few thousands of rows) and what creates these problems.

Thanx for help
 
You can get lots of information in the Sybase Performance and Tunig book which is downloadable from their website.

Just follow the 'support' and documentaton links.



-=-=-=-=-=-=-=-=-
For ease of reading, any posted CODE should be wrapped by [ignore][COLOR][/COLOR] and
Code:
[/ignore] tags.

Ex:
Code:
SELECT 1 from sysobjects

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top