Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
too many MySQL childs
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
cerebrum
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jan 2005
Posts: 77
Location: Russia

PostPosted: Thu Jul 21, 2005 10:55 am    Post subject: too many MySQL childs Reply with quote

Hi all. Well, now i have next problem - into DB have 200 requests... load avg > 35 (Dual XEON 2.8 MHz)... SCSI hard drive...
Why so many childs? Can i reduce value of this via editing my.cnf? Or it happen because too many requests per second?
Back to top
View user's profile Send private message
Kruegi
Guru
Guru


Joined: 09 Feb 2005
Posts: 406
Location: Clausthal-Zellerfeld; DE

PostPosted: Thu Jul 21, 2005 11:01 am    Post subject: Reply with quote

What is the DB used for?
How many connections do you have at the same time?

Thomas
Back to top
View user's profile Send private message
cerebrum
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jan 2005
Posts: 77
Location: Russia

PostPosted: Thu Jul 21, 2005 11:34 am    Post subject: Reply with quote

Kruegi wrote:
What is the DB used for?
How many connections do you have at the same time?

Thomas


DB used for search engine. Near 200 connectionsat the same time...
And?
Back to top
View user's profile Send private message
Kruegi
Guru
Guru


Joined: 09 Feb 2005
Posts: 406
Location: Clausthal-Zellerfeld; DE

PostPosted: Thu Jul 21, 2005 12:00 pm    Post subject: Reply with quote

The DB server needs at least one thread per connection. So there is not much you can do about their number.

Thomas
Back to top
View user's profile Send private message
cerebrum
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jan 2005
Posts: 77
Location: Russia

PostPosted: Thu Jul 21, 2005 12:35 pm    Post subject: Reply with quote

In this part of config how can i do it

skip-locking
skip-innodb
datadir=/var/lib/mysql
max_connections = 2500
max_connect_errors = 1500
log = /var/log/mysql_data.log
key_buffer = 128M
max_allowed_packet = 4M
table_cache = 256
sort_buffer_size = 1M
read_buffer_size = 1M
myisam_sort_buffer_size = 64M
thread_cache = 128
query_cache_size= 32M
# Try number of CPU's*2 for thread_concurrency
thread_concurrency = 8
Back to top
View user's profile Send private message
Kruegi
Guru
Guru


Joined: 09 Feb 2005
Posts: 406
Location: Clausthal-Zellerfeld; DE

PostPosted: Thu Jul 21, 2005 1:08 pm    Post subject: Reply with quote

What?
You can't reduce the connections. Your application will not work then.
If you have 200 open connection and your system load is too high you should:
- configure the applications to use less connections (that will not work if you are having 200 clients)
- cluster the DB
- get a high end server

Thomas
Back to top
View user's profile Send private message
cerebrum
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jan 2005
Posts: 77
Location: Russia

PostPosted: Thu Jul 21, 2005 1:18 pm    Post subject: Reply with quote

Kruegi wrote:
What?
- cluster
Thomas


WOW!!! DB cluster using MySQL???? Cool, but!!! We using text fields in da tables and, how i know, MySQL cluster NOT support text fields... Or i wrong?

Kruegi wrote:
What?
- get a high end server
Thomas


I thing not in the hardware problem... Server have a good performance...
Back to top
View user's profile Send private message
Kruegi
Guru
Guru


Joined: 09 Feb 2005
Posts: 406
Location: Clausthal-Zellerfeld; DE

PostPosted: Thu Jul 21, 2005 1:25 pm    Post subject: Reply with quote

cerebrum wrote:
I thing not in the hardware problem... Server have a good performance...

So, what's the problem?

If you need special MySQL specific help you should ask in an MySQL newsgroup of forum. This is ot a distribution specific problem.
The peeple there may give you better solutions.

Thomas
Back to top
View user's profile Send private message
kashani
Advocate
Advocate


Joined: 02 Sep 2002
Posts: 2032
Location: San Francisco

PostPosted: Thu Jul 21, 2005 2:24 pm    Post subject: Reply with quote

I'd drop the number of connections the server allows down to 1024 or maybe even 512. IIRC Mysql will reserve RAM to handle that many connections when it could be using it for other things... but that might have been a 3.2.x thing.

There are a number of things that can be causing high load. Generally it's not going to be the number of connections as I've got 400-ish on a similar sized box. Chances are your tables are very big or your SQL is very complicated. A search engine would probably make both of those things happen.

How much RAM do you have?
What's the output of status; from within MySQL?
What size are your main tables? Over a few million?
Are you doing any indexing?

You may want to look at having your robots feed into one database which then replicates out to two or more databases that your client can query. That's the easiest way to scale up assuming your SQL isn't screwy.

kashani
_________________
Will personally fix your server in exchange for motorcycle related shop tools in good shape.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum