Oracle SQL リファレンスでは、パーティションについて次のように説明しています。
Partitioning allows a table, index, or index-organized table to be subdivided into smaller pieces, where each piece of such a database object is called a partition. Each partition has its own name, and may optionally have its own storage characteristics.
次に質問があります。ハードディスクが 1 つしかない場合、パーティション テーブルはディスクにしか配置できません。パーティションテーブルはパフォーマンスを改善できますか?