• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » name
トレース:

name

検索

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

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

全文検索:

51 MySQLベンチマーク(mysqlslap) @01_linux:11_データベース:01_mysql
27 ヒット, 最終更新: 9年前
generated tables. --auto-generate-sql-load-type=name Specify test load type: mi... on in server/client protocol. -c, --concurrency=name Number of clients to simulate for query to run. --create=name File or string to use create tables. --create-schema=name Schema to run tests in.
01 PostgreSQL streaming replica @01_linux:11_データベース:02_postgresql
12 ヒット, 最終更新: 3年前
List of databases Name | Owner | Encoding | Collate | Ctype | Ac... esql.auto.conf primary_conninfo = へ追加 application_name=postgresql ## Secondaryは下記をコメントアウト # grep synchr... 51 -U postgres testdb -c "UPDATE actor set first_name='BBB' where actor_id=1" UPDATE 1 $ psql -h 172.... * FROM actor where actor_id=1" actor_id | first_name | last_name | last_update -------
14 MariaDB @01_linux:11_データベース:01_mysql
8 ヒット, 最終更新: 8年前
'; +------------------------+--------+ | Variable_name | Value | +------------------------+---... le'; +-----------------------+-------+ | Variable_name | Value | +-----------------------+------... --------------------------+----------+ | Variable_name | Value | +-----------------------... -------------------------+-----------+ | Variable_name | Value | +------------------------
01 Galera構築 @01_linux:11_データベース:01_mysql
6 ヒット, 最終更新: 7年前
tions #wsrep_provider_options= # Logical cluster name. Should be the same for all nodes. wsrep_cluster_name="onapp_db_cluster" # Group communication system ... er_address="gcomm://:4567" # Human-readable node name (non-unique). Hostname by default. #wsrep_node_name= # Base replication <address|hostname>[:port] of t
15 InnoDB テーブルロック @01_linux:11_データベース:01_mysql
6 ヒット, 最終更新: 7年前
ct * from lock_test; +----+--------+-----+ | id | name | age | +----+--------+-----+ | 1 | tanaka | ... k_test ( id int primary key auto_increment, name varchar(32) not null, age int not null ) engin... DB default charset=utf8; insert into lock_test (name, age) values ('tanaka', 20), ('suzuki', 30), (... sec) mysql> UPDATE lock_test SET age = 21 WHERE name = 'tanaka'; Query OK, 1 row affected (0.00 sec) R
50 MySQLベンチマーク(sysbench) @01_linux:11_データベース:01_mysql
6 ヒット, 最終更新: 3年前
{simple,complex,nontrx,sp} [complex] --oltp-sp-name=STRING name of store procedure to call in SP test mode [] --oltp-read-only=[on|off] g... ds to sleep after each request [0] --oltp-table-name=STRING name of test table [sbtest] --oltp-table-size=N number of records in test t
02 MySQL max_connections @01_linux:11_データベース:01_mysql
3 ヒット, 最終更新: 3年前
--------------+----------------------+ | Variable_name | Value | +----------... ax%'; +----------------------+-------+ | Variable_name | Value | +----------------------+-------+... ected%'; +-------------------+-------+ | Variable_name | Value | +-------------------+-------+ | Thr
13 mysql56 + galera3 @01_linux:11_データベース:01_mysql
3 ヒット, 最終更新: 8年前
LERA__' > /etc/yum.repos.d/galera.repo [galera] name = Galera baseurl = http://releases.galeracluster... = 2M # Galera # Cluster setting wsrep_cluster_name="Galera_CLUSTER" wsrep_cluster_address="gcomm://" ## インストールノードごとに名称を変えること ## wsrep_node_name="$( hostname -s )" wsrep_node_address="" wsrep_
16 MySQL auto_increment リセット @01_linux:11_データベース:01_mysql
3 ヒット, 最終更新: 6年前
t リセット ====== 先にデータを削除しておく。 DELETE FROM `table_name`; ALTER TABLE `table_name` SET auto_increment = 1; TRUNCATEでも同じ感じになる。 TRUNCATE TABLE `table_name`; {{tag>mysql}}
07 INNODB/MyISAM 確認方法 @01_linux:11_データベース:01_mysql
2 ヒット, 最終更新: 9年前
のテーブルがMyISAMなのか確認できる。 <code> mysql> SELECT table_name, engine, table_schema FROM information_schema.tab... ----------+--------+--------------------+ | table_name | engine | ta
17 MySQL テーブル断片化 @01_linux:11_データベース:01_mysql
2 ヒット, 最終更新: 6年前
片化 ====== 確認 mysql> select table_schema, table_name, data_free, table_rows from information_schema.tables; 解消 mysql> ALTER TABLE `table_name` ENGINE INNODB; ※テーブル大きいと結構時間かかる {{tag>mysql}}
04 MyISAMからInnoDBへ変換 @01_linux:11_データベース:01_mysql
1 ヒット, 最終更新: 12年前
からInnoDBへ変換 ====== <code> alter table hoge_table_name engine = InnoDB; </code> これで一括変換できる。 <code> dbna
05 Percona Xtrabackup @01_linux:11_データベース:01_mysql
1 ヒット, 最終更新: 5年前
wsrep_sst_method=xtrabackup-v2 <code> # find / -name wsrep_sst_xtrabackup* /usr/bin/wsrep_sst_xtraback
01 Redisインストール @01_linux:11_データベース:03_redis
1 ヒット, 最終更新: 8カ月前
Thu Oct 31 04:48:04 2024. AlmaLinux 9 - AppStream Name Stream Profi

ページ用ツール

  • 文書の表示
  • 以前のリビジョン
  • バックリンク
  • 文書の先頭へ
特に明示されていない限り、本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