タグ

2011年4月21日のブックマーク (2件)

  • How to load large files safely into InnoDB with LOAD DATA INFILE

    Recently I had a customer ask me about loading two huge files into InnoDB with LOAD DATA INFILE. The goal was to load this data on many servers without putting it into the binary log. While this is generally a fast way to load data (especially if you disable unique key checks and foreign key checks), I recommended against this. There are several problems with the very large transaction caused by t

    How to load large files safely into InnoDB with LOAD DATA INFILE
    masa_matya
    masa_matya 2011/04/21
    InnoDBで大容量のファイルをLOADする時、UNDOログの生成などによりI/O性能が劣化。大容量を一度にCOMMTせずに小さく分けたファイルで大量のCOMMITをすることでそれを回避
  • maatkitを一通り使ってみたメモ - はまさき

    #hbstudy11でid:marqsさんがMaatkitに関する発表をしていて,僕も仕事でちょこちょこ使っていたので ダイアリーあたりに書きますね と云ったきり,書く書く詐欺になっていたので,さすがに書こうと思います. 割とみなさん知っているツールだと思うのですが,ウェブ上で日語の情報がなかなか見つからないので,何かのお役に立てればと思います.というか英語読めってことなのかもしれませんが. Mattkit 公式 MySQL Tools and Management Software to Perform System Tasks by Percona Maatkitは「実践ハイパフォーマンスMySQL」の著者であるBaron Scheartzによって作り始められた,MySQLやPostgreSQLのようなオープンソースのデータベースのための高品質なコマンドラインツールです. 実践ハイパ

    maatkitを一通り使ってみたメモ - はまさき
    masa_matya
    masa_matya 2011/04/21
    ひと通り網羅的な