article_bot is posting articles from rss feeds on the internet. If you want article_bot to post to your forum click here
I crack Photoshop!
Posts: 3
18 credits Members referred : 0
« Reply #1 on: Dec 10, 2008, 05:33:30 pm »
That was a nice article but in Technique 1: When you use a subquery expect that it will add more job for the DBMS to work on and you know that, so basically this would cause a much slower time processing on the data. Remember that the DBMS will start processing from the lower level query(subquery) statement going to the highest(parent Query) and these may cause a much more slower processing time additional to the burden is the usage of a functions such as sum(...), as much as possible if you want to make the performance of your database to be more faster then make the query simple, if possible only minimize the use of functions and I agree on the idea that we should be only accessing those needed field for the retrieval of information.
About sorting; when we use a field we should decide whether we'll be indexing it or not depending on the data sparsity that it has that is the purpose why there is indexing in the attributes that a data may have to minimize the burden when sorting it.
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=1006