The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Hardcore SQL Performance Tuning

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Michael

Posts: 1010
Nickname: targetp
Registered: Sep, 2004

Michael is a leader of TargetProcess.com project
Hardcore SQL Performance Tuning Posted: Jan 12, 2005 1:57 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by Michael.
Original Post: Hardcore SQL Performance Tuning
Feed Title: TargetProcess Blog
Feed URL: http://feeds2.feedburner.com/Targetprocess
Feed Description: Agile development and processes, project management, programming practices, patterns, XP(eXtreme Programming), SCRUM, Crystal, TargetProcess news, what else?
Latest Agile Buzz Posts
Latest Agile Buzz Posts by Michael
Latest Posts From TargetProcess Blog

Advertisement
I manage performance improvements project. The main goal is to achieve good performance for large data (up to 1,000,000 records in a single table). I hope some tips will help you to improve database response time. UNION ALL instead OR You can use UNION ALL instead OR in queries. UNION does not perform the SELECT DISTINCT function, which saves a lot of server resources from being using.

Read: Hardcore SQL Performance Tuning

Topic: Agile, Multidisciplinary Teamwork Previous Topic   Next Topic Topic: chewing gum and bailing wire

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use