1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MySQLのメモ帳

1
Last updated at Posted at 2015-12-01

innodbの索引

  • 索引は圧縮することができない(data領域はrow=compressみたいな設定がありますが)

そのため主キーが多数サブキーが存在する際、小さいのほうが望ましいです

  • group byしたら、sortが必要ない場合、order by nullをつけてください
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?