MySQL Forums
Forum List  »  Performance

Re: Inserts very slow
Posted by: Greg Hines
Date: October 21, 2010 09:26PM

Rick James Wrote:
-------------------------------------------------------
> Were the values in SHOW GLOBAL VARIABLES LIKE
> 'innodb%' identical on the two machines? Note
> especially
> innodb_flush_log_at_trx_commit
> innodb_doublewrite

DEVELOPMENT
Variable_name	Value
innodb_adaptive_hash_index	ON
innodb_additional_mem_pool_size	3145728
innodb_autoextend_increment	8
innodb_autoinc_lock_mode	1
innodb_buffer_pool_size	536870912
innodb_checksums	ON
innodb_commit_concurrency	0
innodb_concurrency_tickets	500
innodb_data_file_path	ibdata1:10M:autoextend
innodb_data_home_dir	
innodb_doublewrite	ON
innodb_fast_shutdown	1
innodb_file_io_threads	4
innodb_file_per_table	OFF
innodb_flush_log_at_trx_commit	1
innodb_flush_method	
innodb_force_recovery	0
innodb_lock_wait_timeout	50
innodb_locks_unsafe_for_binlog	OFF
innodb_log_buffer_size	2097152
innodb_log_file_size	56623104
innodb_log_files_in_group	2
innodb_log_group_home_dir	.\\
innodb_max_dirty_pages_pct	90
innodb_max_purge_lag	0
innodb_mirrored_log_groups	1
innodb_open_files	300
innodb_rollback_on_timeout	OFF
innodb_stats_on_metadata	ON
innodb_support_xa	ON
innodb_sync_spin_loops	20
innodb_table_locks	ON
innodb_thread_concurrency	8
innodb_thread_sleep_delay	10000
innodb_use_legacy_cardinality_algorithm	ON

PRODUCTION
Variable_name	Value
innodb_adaptive_hash_index	ON
innodb_additional_mem_pool_size	16777216
innodb_autoextend_increment	8
innodb_autoinc_lock_mode	1
innodb_buffer_pool_size	2147483648
innodb_checksums	ON
innodb_commit_concurrency	0
innodb_concurrency_tickets	500
innodb_data_file_path	ibdata1:10M:autoextend
innodb_data_home_dir	C:\\MySQLDatabases\\
innodb_doublewrite	ON
innodb_fast_shutdown	1
innodb_file_io_threads	4
innodb_file_per_table	OFF
innodb_flush_log_at_trx_commit	1
innodb_flush_method	
innodb_force_recovery	0
innodb_lock_wait_timeout	120
innodb_locks_unsafe_for_binlog	OFF
innodb_log_buffer_size	8388608
innodb_log_file_size	220200960
innodb_log_files_in_group	2
innodb_log_group_home_dir	.\\
innodb_max_dirty_pages_pct	90
innodb_max_purge_lag	0
innodb_mirrored_log_groups	1
innodb_open_files	300
innodb_rollback_on_timeout	OFF
innodb_stats_on_metadata	ON
innodb_support_xa	ON
innodb_sync_spin_loops	20
innodb_table_locks	ON
innodb_thread_concurrency	16
innodb_thread_sleep_delay	10000
innodb_use_legacy_cardinality_algorithm	ON

Options: ReplyQuote


Subject
Views
Written By
Posted
4904
October 18, 2010 09:56PM
1234
October 19, 2010 11:17PM
1493
October 20, 2010 02:48PM
1115
October 20, 2010 08:40PM
1120
October 20, 2010 08:50PM
1105
October 20, 2010 09:49PM
1093
October 20, 2010 11:59PM
1048
October 21, 2010 03:07PM
1043
October 21, 2010 08:42PM
Re: Inserts very slow
1042
October 21, 2010 09:26PM
1062
October 24, 2010 03:05PM
1121
October 24, 2010 07:13PM
1146
October 25, 2010 08:25PM
1097
October 27, 2010 06:01PM
1258
October 28, 2010 08:53AM


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.