On Wednesday 20 April 2016 01:49:08 pm Mike Carroll wrote:
> Nice. I'm not a database guy, but I think it's generally more efficient to
> let the server do as much work as possible rather than transferring records
> "across the wire" to your script and doing it there.

 I've seen ( noteably Wordpress plugins ) people query the server for values,
 then take minutes to do data manipulations in interpreted scripts which the
 server could have done in milliseconds ( or less ) if the query were 
constructed properly.

-- 
Cowboy

http://cowboy.cwf1.com
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to