Are there any variables here I can tune to try and increase the the query?

mysql> show variables like '%buff%';
+-------------------------+-----------+
| Variable_name           | Value     |
+-------------------------+-----------+
| bdb_log_buffer_size     | 262144    |
| bulk_insert_buffer_size | 8388608   |
| innodb_buffer_pool_size | 8388608   |
| innodb_log_buffer_size  | 1048576   |
| join_buffer_size        | 131072    |
| key_buffer_size         | 402653184 |
| myisam_sort_buffer_size | 67108864  |
| net_buffer_length       | 16384     |
| read_buffer_size        | 2093056   |
| read_rnd_buffer_size    | 262144    |
| sort_buffer_size        | 2097144   |
+-------------------------+-----------+


mysql> show variables like '%size%'; +---------------------------------+----------------------+ | Variable_name | Value | +---------------------------------+----------------------+ | bdb_cache_size | 8388600 | | bdb_log_buffer_size | 262144 | | binlog_cache_size | 32768 | | bulk_insert_buffer_size | 8388608 | | delayed_queue_size | 1000 | | innodb_additional_mem_pool_size | 1048576 | | innodb_buffer_pool_size | 8388608 | | innodb_log_buffer_size | 1048576 | | innodb_log_file_size | 5242880 | | join_buffer_size | 131072 | | key_buffer_size | 402653184 | | max_binlog_cache_size | 4294967295 | | max_binlog_size | 1073741824 | | max_heap_table_size | 16777216 | | max_join_size | 18446744073709551615 | | max_relay_log_size | 0 | | myisam_max_extra_sort_file_size | 268435456 | | myisam_max_sort_file_size | 2147483647 | | myisam_sort_buffer_size | 67108864 | | query_alloc_block_size | 8192 | | query_cache_size | 33554432 | | query_prealloc_size | 8192 | | range_alloc_block_size | 2048 | | read_buffer_size | 2093056 | | read_rnd_buffer_size | 262144 | | sort_buffer_size | 2097144 | | thread_cache_size | 8 | | tmp_table_size | 33554432 | | transaction_alloc_block_size | 8192 | | transaction_prealloc_size | 4096 | +---------------------------------+----------------------+


JS.

_________________________________________________________________
It's fast, it's easy and it's free. Get MSN Messenger today! http://www.msn.co.uk/messenger



-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to