List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:October 6 2008 5:10pm
Subject:bzr commit into mysql-falcon branch (hky:294)
View as plain text  
#At bzr+ssh://bk-internal.mysql.com/bzrroot/mysql-falcon/

  294 Hakan Kuecuekyilmaz	2008-10-06
      Increased falcon_io_threads an innodb_file_io_threads to 10.
modified:
  dbt2/historical_dbt2_overview_graph.php
  dbt2/weekly_dbt2_overview.sh

=== modified file 'dbt2/historical_dbt2_overview_graph.php'
--- a/dbt2/historical_dbt2_overview_graph.php	2008-09-29 09:28:03 +0000
+++ b/dbt2/historical_dbt2_overview_graph.php	2008-10-06 17:10:28 +0000
@@ -113,7 +113,7 @@ if (array_key_exists('HOSTNAME', $_SERVE
 foreach ($directories as $wh) {
     foreach ($falcon_keys[$wh] as $key) {
 
-        $max[$wh][$key] = max($falcon[$wh][$key], $innodb[$wh][str_replace('FALCON', 'INNODB', $key)]);
+        $max[$wh][$key] = max(max($falcon[$wh][$key]), max($innodb[$wh][str_replace('FALCON', 'INNODB', $key)]));
 
         $concurrency = 'c' . (int) str_replace('FALCON_', '', $key);
 

=== modified file 'dbt2/weekly_dbt2_overview.sh'
--- a/dbt2/weekly_dbt2_overview.sh	2008-09-24 02:12:52 +0000
+++ b/dbt2/weekly_dbt2_overview.sh	2008-10-06 17:10:28 +0000
@@ -162,7 +162,7 @@ MYSQLD_CONFIG_GENERAL="$MYSQLD_CONFIG_BA
 MYSQLD_CONFIG_FALCON="$MYSQLD_CONFIG_GENERAL \
   --skip_innodb \
   --default_storage_engine=Falcon \
-  --falcon_io_threads=5 \
+  --falcon_io_threads=10 \
   --falcon_record_memory_max=650M \
   --falcon_page_cache_size=1650M \
   --falcon_page_size=8k \
@@ -181,7 +181,7 @@ MYSQLD_CONFIG_INNODB="$MYSQLD_CONFIG_GEN
   --innodb_log_file_size=650M \
   --innodb_log_buffer_size=16M \
   --innodb_lock_wait_timeout=50 \
-  --innodb_file_io_threads=5 \
+  --innodb_file_io_threads=10 \
   --innodb_flush_log_at_trx_commit=1 \
   --innodb_flush_method=O_DIRECT \
   --innodb_log_files_in_group=2 \

Thread
bzr commit into mysql-falcon branch (hky:294) Hakan Kuecuekyilmaz6 Oct