• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » file
トレース: • 2014.12.22 1Passwordをアップグレード • 2020.01.17 Windows10高速化 • 2020.04.07 Surface Pro7 自動回転ロック • 2022.07.23 fork: retry: Resource temporarily unavailable • 2023.02.16 Windowsで任意の大きなファイル作成 • 2023.02.03 Windows11 システムイメージバックアップ • 2024.07.02 Windowsライセンス有効期限 • VMware ESXi で 3ware 9650se を使用する • 2014.01.10 Chromeで新しいページが表示されない • 34 疑似NVMe Drive

file

検索

以下に検索結果を表示します。

部分一致
  • 完全一致
  • 前方一致
  • 後方一致
  • 部分一致
@01_linux:11_データベース
  • 全ての名前空間
  • 01_linux:11_データベース:01_mysql (10)
  • 01_linux:11_データベース:02_postgresql (1)
  • 01_linux:11_データベース:03_redis (1)
全期間
  • 全期間
  • 1週間以内
  • 1カ月以内
  • 1年以内
ヒット数順に並べる
  • ヒット数順に並べる
  • 最終更新順に並べる

全文検索:

10 InnoDBパフォーマンス @01_linux:11_データベース:01_mysql
27 ヒット, 最終更新: 9カ月前
_pool_sizeは、DBのみ動作の場合物理メモリの70%~80%程度 innodb_log_files_in_group×innodb_log_file_size < innodb_buffer_pool_size innodb_data_file_path = ibdata1:1G innodb_log_file_size=256M innodb_log_files_in_group=20 下記のようにib_lobfileを分割して保存する
52 MySQLQ sysbench 1.0 @01_linux:11_データベース:01_mysql
23 ヒット, 最終更新: 3年前
ddev): 299.8689/0.00 </code> ===== CPU/Memory/Fileio ===== ==== CPU ==== <code> # sysbench cpu run ... on time (avg/stddev): 4.8033/0.00 </code> ==== Fileio ==== <code> sysbench fileio --file-total-size=1G --file-test-mode=rndrw --time=300 --max-requests=0 prepare sysbench fileio --fil
51 MySQLベンチマーク(mysqlslap) @01_linux:11_データベース:01_mysql
18 ヒット, 最終更新: 9年前
ONS] Default options are read from the following files in the given order: /etc/my.cnf /etc/mysql/my.cn... Don't read default options from any option file. --defaults-file=# Only read default options from the given file #. --defaults-extra-file=# Read this file after t
14 MariaDB @01_linux:11_データベース:01_mysql
8 ヒット, 最終更新: 8年前
iaDB [(none)]> show global variables like 'innodb_file_per_table'; +-----------------------+-------+ | V... alue | +-----------------------+-------+ | innodb_file_per_table | ON | +-----------------------+----... [(none)]> show global variables like 'innodb_log_file_%'; +---------------------------+----------+ | Va... ------------------------+----------+ | innodb_log_file_size | 50331648 | | innodb_log_files_in_grou
01 Galera構築 @01_linux:11_データベース:01_mysql
6 ヒット, 最終更新: 7年前
= 48 ##innodb_buffer_pool_size = 16G ##innodb_log_file_size = 1946M sort_buffer_size = 16M join_buffer_... [mysqld_safe] log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid # # * IMPORTANT: Addi... tional settings that can override those from this file! # The files must end with '.cnf', otherwise they'll be ignored. # WSREP NOTE: additional wsrep confi
13 mysql56 + galera3 @01_linux:11_データベース:01_mysql
4 ヒット, 最終更新: 9年前
_mode=2 innodb_flush_log_at_trx_commit=0 innodb_file_per_table=on innodb_buffer_pool_size=20G innodb_log_file_size=256M innodb_log_files_in_group=20 #innodb_additional_mem_pool_size=20M innodb_log_buffer_size=1... [mysqld_safe] log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid [client] socket=/v
01 PostgreSQL streaming replica @01_linux:11_データベース:02_postgresql
4 ヒット, 最終更新: 3年前
de> cat << __EOM__ | tee /var/lib/pgsql/.pgsql_profile PATH=/usr/pgsql-13/bin:$PATH export PATH __EOM__ source /var/lib/pgsql/.pgsql_profile </code> ===== PGDATA変更 ===== <code> # vi /var/lib/pgsql/.bash_profile #PGDATA=/var/lib/pgsql/12/data PGDATA=/data source /var/lib/pgsql/.bash_profile </code> ===== パスワード ===== <code> # su - postgre
05 Percona Xtrabackup @01_linux:11_データベース:01_mysql
3 ヒット, 最終更新: 6年前
:mcaxP3bq' --datadir '/var/lib/mysql/' --defaults-file '/etc/my.cnf' --parent '9730'' sh: wsrep_sst_xtra... ocl-mysql' --datadir '/var/lib/mysql/' --defaults-file '/etc/my.cnf' --parent '32226' Read: 'Can... option in group 'mysqld' in server configuration file '/etc/my.cnf' at /usr/bin/innobackupex line 4545.
18 CentOS7 MariaDB @01_linux:11_データベース:01_mysql
2 ヒット, 最終更新: 6年前
2020-02-06 17:38:56 0 [Warning] Can't create test file /home/mysql/hoge .lower-test Feb 6 17:38:56 hoge... change dir to '/home/mysql/' (Errcode: 2 "No such file or directory") Feb 6 17:38:56 hoge sh: 2020-02-0
03 InnoDBテーブル分割 @01_linux:11_データベース:01_mysql
1 ヒット, 最終更新: 12年前
cnf [mysqld] default-storage-engine=InnoDB innodb_file_per_table skip-innodb-doublewrite # リストアが早くなる </
19 MySQL ログローテート @01_linux:11_データベース:01_mysql
1 ヒット, 最終更新: 5年前
then /usr/bin/mysqladmin --defaults-extra-file=/root/.my.cnf flush-logs fi endscript }
01 Redisインストール @01_linux:11_データベース:03_redis
1 ヒット, 最終更新: 10カ月前
me Stream Profiles Summary

ページ用ツール

  • 文書の表示
  • 以前のリビジョン
  • バックリンク
  • 文書の先頭へ
特に明示されていない限り、本Wikiの内容は次のライセンスに従います: 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