Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
100000 行のテーブルから 500 項目を取得し、任意の列で並べ替えた選択クエリのパフォーマンスを向上させる方法。
現時点では、次のクエリを使用しています。
select * from Table1 order by Column10 desc, Id asc limit :rowsOnPage offset :offset
より良い方法はありますか?