Which of the following is NOT a common criterion for data partitioning?
- Alphabetical order
- Data type
- Date range
- Geography
Alphabetical order is NOT a common criterion for data partitioning. Data partitioning strategies typically focus on criteria such as data type, geography, and date range to organize and manage data effectively.
Loading...
Related Quiz
- ER diagram tools often provide templates for various database _______.
- What are the main advantages of using clustering in a distributed database system?
- How do dictionary-based compression algorithms work?
- What is the primary objective of normalization in database design?
- Scenario: A social media platform stores user posts, comments, and interactions in its database. Users frequently search for posts by keyword, user ID, or time period. How would you implement indexing to facilitate efficient searching in this scenario?