Table partitioning is a feature that creates multiple chains for a single table. The fundamental purpose of this feature is to improve the performance of inserts to a table by reducing contention in the last page of the chain. This feature can improve the performance by allowing users to distribute a table's I/O over multiple database devices.

BY Best Interview Question ON 26 Jan 2019