I have a partitioned table in oracle. Partition key is the year. If I consider the partition for the year 2022, do the extents belonging to the segments of this concrete partition contain only records with partition key 2022? What about the extents for the indexes?
Since I have problems with hot blocks. I would like to distribute the block id's of the extents of different partitions to different child processes so that each child works on a set of distinct database blocks where no other process works on.