• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » no
Trace: • 01 サーバに負荷をかける • 02 bnx2xゲストVMのネットワークが遅すぎる • 02_ネットワーク負荷試験iperf • dateコマンドでunixtime変換 • rootでログインできない • FreeBSD - アップグレード • Rebuilding the FreeBSD Kernel • FreeBSD カーネル再構築 • 50 CentOS5.7 ドライバ組み込み • Operation not permitted Cannot delete file

no

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@01_linux:11_データベース:01_mysql
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • 03 InnoDBテーブル分割
  • 04 MyISAMからInnoDBへ変換
  • 07 INNODB/MyISAM 確認方法
  • 09 Galera + innodb_flush_log_at_trx_commit
  • 10 InnoDBパフォーマンス
  • 22 INNODB innodb_buffer_pool_size を算出

Fulltext results:

05 Percona Xtrabackup
40 Hits, Last modified: 6 years ago
ベース:01_mysql:11_galera_sync]] <code console> # innobackupex --no-timestamp /backup/xtrabackup/base/ </code> === user/passwordを指定する場合 === <code> [node1]# innobackupex --user [root] --password [password] --no-timestamp /backup/xtrabackup/base/ </code>
01 Galera構築
38 Hits, Last modified: 8 years ago
el5_6.6 mysql-server-5.0.77-4.el5_6.6 # rpm -e --nodeps mysql-server-5.0.77-4.el5_6.6 # rpm -e --nodeps mysql-5.0.77-4.el5_6.6 </code> ===== ②/etc/my.cnf... nt10 compatibility package). old_passwords=1 ##innodb_buffer_pool_size = 2048M innodb_additional_mem_pool_size = 20M thread_concurrency = 48 ##innodb_buf
14 MariaDB
30 Hits, Last modified: 9 years ago
===== -MariaDB-server-10.2.7-1 <code> MariaDB [(none)]> show global variables like 'default_storage_... ----------+--------+ | default_storage_engine | InnoDB | +------------------------+--------+ 1 row in set (0.00 sec) MariaDB [(none)]> show global variables like 'innodb_file_per_table'; +-----------------------+-------+ | Variable
11 Galera同期(複数台構成)
25 Hits, Last modified: 7 years ago
で、1台同期が外れたので再同期。 または、新規にノード追加する場合。 今回は例として、下記の構成でnode2のMySQLがダウンしたと想定して説明。 |node1|192.168.0.11|<color blue>OK</color>| |node2|192.168.0.12|<color red>障害</color>| |node3|192.168.0.13|<color blue>OK</color>| ===== 1.稼働中のノードで
09 Galera + innodb_flush_log_at_trx_commit
18 Hits, Last modified: 10 years ago
====== 09 Galera + innodb_flush_log_at_trx_commit ====== INNODBのパラメータ innodb_flush_log_at_trx_commit を変更すると、パフォーマンスが飛躍的にアップする。 またGaleraで冗長性が保たれている場合innodb_flush_log_at_trx_commitを変更するとどうなるかテスト [[http:/
03 InnoDBテーブル分割
16 Hits, Last modified: 12 years ago
====== 03 InnoDBテーブル分割 ====== InnoDB のデータファイルは,MyISAM テーブルと異なって,デフォルトでは ibdata1 というファイルにデータが蓄積されていくとこになります。\\ この ib... tp://opendatabaselife.blogspot.jp/2009/10/myisaminnodb.html|MyISAMとInnoDBの違い]] ====== テーブル分割 ====== ===== ダンプ ===== <code console> # mysqldump -u root
51 MySQLベンチマーク(mysqlslap)
15 Hits, Last modified: 10 years ago
1000行データ 1000クエリ update(更新) <code> # mysqlslap --no-defaults \ --concurrency=20 \ --iteration=1 \ --engine=innodb \ --number-int-cols=10 \ --number-char-cols=10 ... queries=1000 \ --user=root -p Enter password: innodb_flush_log_at_trx_commit=1 Benchmark Running for engine innodb Average number of seconds to run all queries:
13 mysql56 + galera3
12 Hits, Last modified: 9 years ago
ercona-release/redhat/0.1-3/percona-release-0.1-3.noarch.rpm # sed -i 's/^enable.*/enable = 0/g' /etc/... isks symbolic-links=0 default_storage_engine=InnoDB innodb_autoinc_lock_mode=2 innodb_flush_log_at_trx_commit=0 innodb_file_per_table=on innodb_buffer_pool
50 MySQLベンチマーク(sysbench)
11 Hits, Last modified: 4 years ago
e=STRING test type to use {simple,complex,nontrx,sp} [complex] --oltp-sp-name=STRING ... y=[on|off] generate only 'read' queries (do not modify database) [off] --oltp-skip-trx=[on|off... es=N number of index update [1] --oltp-non-index-updates=N number of non-index updates [1] --oltp-nontrx-mode=STRING mode for non-
07 INNODB/MyISAM 確認方法
10 Hits, Last modified: 10 years ago
====== 07 INNODB/MyISAM 確認方法 ====== どのテーブルがINNODBで、どのテーブルがMyISAMなのか確認できる。 <code> mysql> SELECT table_name, engine,... tb_baseinfo | InnoDB | eccube_db | | dtb_best_products | InnoDB | eccube_db | | dtb_best_products_bes
10 InnoDBパフォーマンス
9 Hits, Last modified: 13 months ago
====== 10 InnoDBパフォーマンス ====== innodb_buffer_pool_sizeは、DBのみ動作の場合物理メモリの70%~80%程度 innodb_log_files_in_group×innodb_log_file_size < innodb_buffer_pool_size innodb_data_file_path = ibda
15 InnoDB テーブルロック
7 Hits, Last modified: 7 years ago
====== 15 InnoDB テーブルロック ====== <color #ed1c24>※ユニーク制約 or インデックスが張られているカラムで検索した場合以外はテーブルロックになってしまう</c... nt primary key auto_increment, name varchar(32) not null, age int not null ) engine=innoDB default charset=utf8; insert into lock_test (name, age) values ('tanaka', 20
22 INNODB innodb_buffer_pool_size を算出
6 Hits, Last modified: 6 years ago
====== 22 INNODB innodb_buffer_pool_size を算出 ====== 最適なinnodb_buffer_pool_sizeを算出 <code> SELECT CONCAT(CEILING(RIBPS/POWE... R(1024,pw)),SUBSTR(' KMGT',pw+1,1)) Recommended_InnoDB_Buffer_Pool_Size FROM ( SELECT RIBPS,FLOOR(
04 MyISAMからInnoDBへ変換
3 Hits, Last modified: 12 years ago
====== 04 MyISAMからInnoDBへ変換 ====== <code> alter table hoge_table_name engine = InnoDB; </code> これで一括変換できる。 <code> dbname="test_db" f... i mysql $dbname -e "alter table $i engine = InnoDB" done </code> ===== エラー===== FULLTEXT はMyISAM
52 MySQLQ sysbench 1.0
2 Hits, Last modified: 4 years ago
19458115 (64858.62 per sec.) ignored errors: 13 (0.04 per ... sync() at the end of test, Enabled. Using asynchronous I/O mode Doing random r/w test Initializing wor
08 MySQLシステム変数
1 Hits, Last modified: 10 years ago
12 Galera Permission Error
1 Hits, Last modified: 9 years ago
17 MySQL テーブル断片化
1 Hits, Last modified: 7 years ago
18 CentOS7 MariaDB
1 Hits, Last modified: 6 years ago
19 MySQL ログローテート
1 Hits, Last modified: 5 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki