Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Query Optimizations
varalu
post Mar 6 2008, 08:05 AM
Post #1


Super Member
*********

Group: [HOSTED]
Posts: 319
Joined: 1-October 07
From: India
Member No.: 50,968



http://www.kisekaeworld.com/Intractable/SQLOPT.pdf
http://www.seas.upenn.edu/~netaylor/files/systems1005.pdf

2 links that i stumbled upon. Has some easy, useful and good query optimizations.
Might be of some use to some.

If you know few more please post it so that others might benefit from this.
Go to the top of the page
 
+Quote Post
sonesay
post Mar 6 2008, 09:19 AM
Post #2


|||[ n00b King ]|||
*********

Group: [HOSTED]
Posts: 688
Joined: 20-June 07
From: Auckland
Member No.: 45,102



I have a whole book on DBMS it covers queries and all kinds of them, joins.. so many to list but I don't have the time to revisit it. The types of queries you'll use or want to use will depend on how you structured your database also but there would be common/general queries optimizations where you could easily apply to all of them.

OK one idea I have but I don't use my self because I'm too lazy is instead of using SELECT * FROM tables you will only select the fields you actually need. In a large system where you have alot of users this could probably save you some processing time? The problem though is there is more typing in the query to limit your selections and so changing and adding new fields is a pain. Theres been cases where I use select * from table and the table may have 7+ fields and I'm only counting the result. To me sometimes its just easier to select * then to select * fields.

Go to the top of the page
 
+Quote Post
babyboomer
post Mar 6 2008, 09:54 AM
Post #3


Newbie [Level 3]
***

Group: Members
Posts: 40
Joined: 15-January 08
Member No.: 56,293



Thank you very much for the useful docs man.

Keep up posting!
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Qupis Sub-domain Query(1)
  2. Java Applet Query(1)
  3. Mysql Query Problems(6)
  4. A Question Regarding Credits(8)
  5. Sql Query(19)
  6. Business Intelligence Solutions, Bi Software, Query Analysis, Reporting Software, Report Writing Software(0)
  7. Simple Mysql Query Limiting(9)
  8. Mysql Query(2)
  9. Html Query(2)
  10. Using And?or In A Mysql Query(2)
  11. Error Importing Sql Query Via Php(6)
  12. Query On Buying Links(0)
  13. Price Query(1)
  14. Disk Usage Query(2)
  15. Query About Maximum Number Of Free Hosting Accounts(5)
  1. Query Not Running When Submitting A Form(3)
  2. .htaccess Query(0)
  3. Is Php5 & Downloads Supported?(4)
  4. Sql Query(6)
  5. Lost Connection To Mysql Server During Query [(1)
  6. Lost Connection To Mysql Server During Query(0)
  7. Query/request: Latex For My Forums?(1)
  8. Problem With Mysql Query(1)
  9. mysql query problem(1)
  10. All Database Query(4)


 



- Lo-Fi Version Time is now: 12th October 2008 - 10:07 PM