Mid SQL Partitioning:? Partition large tables into smaller, more manageable subsets, which can make queries faster. Example: Split a sales table by year to avoid scanning years of data in a single query.