题目
ECON3310001.1251 Quiz 11: Creating Databases
单项选择题
You have a user_table and a usage_details table. You want to find the rows corresponding to users who live in Nebraska (about 10% of all users) and join that subset with their usage details. Which of the following approaches is generally more efficient?
查看解析
标准答案
Please login to view
思路分析
Question restatement: You have a user_table and a usage_details table. You want to find the rows corresponding to users who live in Nebraska (about 10% of all users) and join that subset with their usage details. Which of the following approaches is generally more efficient?
Option provided: First filter the user table for Nebraska, then join with usage_details.
Analysis:
- The core efficiency principle here is to minimize the amount of data moved and processed in the join operation. If only about 10% of users live in Nebraska, applying......Login to view full explanation登录即可查看完整答案
我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。
类似问题
Query Optimisation Plan 2 Compute the following results for the below Plan 2: The result size of the selection on vendor in pages (marked as 'A' in the diagram) The result size of the child join in pages (marked as 'B' in the diagram) The cost of the selection on vendor in I/Os (note this also accounts for the index access cost as well) (marked as 'C' in the diagram) The cost of the child join in I/Os (marked as 'D' in the diagram) The cost of the parent join in I/Os (marked as 'E' in the diagram) Figure 3.3.2: PLAN 2. 1: The result size of the selection on Vendor in PAGES (marked as 'A' in the diagram) 2: The result size of the child join in PAGES (marked as 'B' in the diagram) 3: The cost of the selection on Vendor in I/Os (note this also accounts for the index access cost as well) (marked as 'C' in the diagram) 4: The cost of the child join in I/Os (marked as 'D' in the diagram) 5: The cost of the parent join in I/Os (marked as 'E' in the diagram)
Query Optimisation Plan 1 Compute the following results for the below Plan 1: The result size of the child join in pages (marked as 'A' in the diagram) The cost of the child join in I/Os (marked as 'B' in the diagram). The cost of the parent join in I/Os (marked as 'C' in the diagram) Figure 3.3.1: PLAN 1. 1: The result size of the child join in PAGES (marked as 'A' in the diagram) 2: The cost of the child join in I/Os (marked as 'B' in the diagram) 3: The cost of the parent join in I/Os (marked as 'C' in the diagram)
Single Relation Plan C What would happen if our query changed and became: SELECT hotspotID FROM hotspot WHERE postcode = 2600 AND establishmentYear > 2020 AND establishmentYear < 2022; Assuming that the unclustered B+tree index on establishmentYear from the previous question is the only index available, would the cost of the best plan change?
Single Relation Plan B Compute the estimated cost of plan alternatives, assuming that an unclustered B+tree index on (establishmentYear) is the only index available. Suppose there are 10 index pages. Give the lowest (estimated) cost in I/Os after considering all access methods available. Round up any decimals to the nearest integer (e.g., 3.3 rounds up to 4).
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!