What is Oracle hash partitioning?
What is Oracle hash partitioning? From Oracle FAQ. Hash partitioning is a partitioning technique where a hash key is used to distribute rows evenly across the different partitions (sub-tables). This is typically used where ranges aren’t appropriate, i.e. employee number, productID, etc. What is range hash partitioning? The hash partition specifies how the data is […]