_______ data partitioning involves dividing data based on ranges of a specific attribute.

  • Hash
  • List
  • Range
  • Round-robin
Range data partitioning divides data based on specified attribute ranges. For example, data might be partitioned based on the values of a date or numerical attribute. This approach simplifies queries involving specific ranges and can improve data retrieval efficiency.
Add your answer
Loading...

Leave a comment

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