![]() |
|
|
|||||||
![]() |
|
|
Thread Tools | Rate Thread |
|
|
PM User | #2 |
|
Master Coder ![]() ![]() Join Date: Jul 2002
Posts: 6,589
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
depends ...
some agregationfunctions (like count()) are optimised to return very fast. if the columns you aply an agregationfunction on, are indexed, then functions like min() and max() will also be real fast. but you usually use agregationfunctios because they are the most efficient way to agregate the data and have MySQL do the filtering and computing, so that you only need to return a very small recordset. Using agregationfunctions will allways be more efficient then returning large recordsets, and then do the filtering and computations in your aplicationlayer (PHP or whatever).
__________________
Posting guidelines I use to see if I will spend time to answer your question : http://www.catb.org/~esr/faqs/smart-questions.html |
|
|
|
|
|
PM User | #4 |
|
Master Coder ![]() ![]() Join Date: Jul 2002
Posts: 6,589
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
you're welcome
Hope you'll enjoy using them!
__________________
Posting guidelines I use to see if I will spend time to answer your question : http://www.catb.org/~esr/faqs/smart-questions.html |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Rate This Thread | |
|
|