MySQL Forums
Forum List  »  General

Re: Sending data in processlist
Posted by: CD Ben
Date: December 30, 2014 07:02AM

Hi James,
As you suggested the following changes are made but there are same problem.
innodb_buffer_pool_size=2000M
( innodb_buffer_pool_size / _ram ) = 2000M / 16384M = 0.12%
innodb_buffer_pool_reads=10025
(table_open_cache, innodb_open_files and table_definition_cache) all are 7000 now
innodb_log_buffer_size=50M
log_slow_queries = ON
slow_query_log = ON
thread_cache_size=0

Unable to set long_query_time = 2 its shows always 10.000000

I just want to tell you why I am using table1.....table7000
My application actually collect data current machines status for every hour and stored in each table (like tesr1,test2 etc.) and there are 7000 machines.

One more thing in my application i am using WCF function where every hour execute that function. The function use parrallel process each time send 50 record to process. In my application log the error show thread termrnated.

Then I see in mysql processlist there are the "sending data" status.

Options: ReplyQuote


Subject
Written By
Posted
December 19, 2014 07:55AM
December 20, 2014 12:03AM
December 20, 2014 05:33AM
December 20, 2014 10:18AM
December 26, 2014 02:23AM
December 26, 2014 11:56AM
December 29, 2014 02:59AM
December 29, 2014 01:16PM
Re: Sending data in processlist
December 30, 2014 07:02AM
December 30, 2014 02:55PM
January 01, 2015 01:55AM
January 01, 2015 08:30PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.