cpu consumption.

2002-06-27 Thread Marek Wysmulek
Dear all. (Debian 2.4.19, mysql.2.23) I'm sorry if case was discussed btu : can someone show me the documentation or articles about cpu comsumption being done by mysql server or/and clients. Or should I look for load balancing guide. Problem is that after ONLY 20 users are connected to the

Re: cpu consumption.

2002-06-27 Thread Dan Nelson
In the last episode (Jun 27), Marek Wysmulek said: Dear all. (Debian 2.4.19, mysql.2.23) I'm sorry if case was discussed btu : can someone show me the documentation or articles about cpu comsumption being done by mysql server or/and clients. Or should I look for load balancing guide.

CPU consumption on sorting

2001-11-29 Thread Philip Mak
[table] Is there a significant CPU consumption difference between this: SELECT * FROM posts ORDER BY lastPostTime, id compared to this: SELECT * FROM posts ORDER BY lastPostTime My gut feeling tells me that they should almost take the same amount of time to execute, because 'id' only needs