Comparison of Partitioning Techniques Evaluate how well partitioning techniques support the following types of data access: 1.Scanning the entire relation. 2.Locating a tuple associatively-point queries. E.g,KA=25. 3.Locating all tuples such that the value of a given attribute lies within a specified range-range queries. E.g.,10≤rA<25. Database System Concepts-5th Edition,Aug 22,2005. 21.7 ©Silberschat乜,Korth and SudarshanDatabase System Concepts - 5 21.7 ©Silberschatz, Korth and Sudarshan th Edition, Aug 22, 2005. Comparison of Partitioning Techniques Evaluate how well partitioning techniques support the following types of data access: 1.Scanning the entire relation. 2.Locating a tuple associatively – point queries. E.g., r.A = 25. 3.Locating all tuples such that the value of a given attribute lies within a specified range – range queries. E.g., 10 r.A < 25