In database partitioning, what does range partitioning involve?

  • Dividing data based on alphabetical order
  • Dividing data based on specified ranges of values
  • Dividing data based on the number of rows
  • Dividing data randomly
Range partitioning involves dividing data based on specified ranges of values. This is useful for scenarios where data is logically ordered, such as by date or numeric range. It helps in optimizing queries by narrowing down the search space within each partition.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *