12/10 に Wantedly で行った「RailsエンジニアのためのSQLチューニング速習会」の発表資料です。

Index and Table AccessSeq ScanThe Seq Scan operation scans the entire relation (table) as stored on disk (like TABLE ACCESS FULL). Index ScanThe Index Scan performs a B-tree traversal, walks through the leaf nodes to find all matching entries, and fetches the corresponding table data. It is like an INDEX RANGE SCAN followed by a TABLE ACCESS BY INDEX ROWID operation. See also Chapter 1, “Anatomy o
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く