- 多项选择题 A warehouse fact table in your Oracle 12c Database is range-partitioned by month and accessed frequently with queries that span multiple partitions The table has a local prefixed, range partitioned index. Some of these queries access very few rows in some partitions and all the rows in other partitions, but these queries still perform a full scan for all accessed partitions. This commonly occurs when the range of dates begins at the end of a month or ends close to the start of a month. You want an execution plan to be generated that uses indexed access when only a few rows are accessed from a segment, while still allowing full scans for segments where many rows are returned. Which three methods could transparently help to achieve this result?()
A、Using a partial local Index on the warehouse fact table month column with indexing disabled to the table partitions that return most of their rows to the queries.
B、Using a partial local Index on the warehouse fact table month column with indexing disabled for the table partitions that return a few rows to the queries.
C、Using a partitioned view that does a UNION ALL query on the partitions of the warehouse fact table, which retains the existing local partitioned column.
D、Converting the partitioned table to a partitioned view that does a UNION ALL query on the monthly tables, which retains the existing local partitioned column
E、Using a partial global index on the warehouse fact table month column with indexing disabling for the table partitions that return most of their rows to the queries.
F、Using a partial global index on the warehouse fact table month column with indexing disabled for the table partitions that return a few rows to the queries.
- B,C,F
关注下方微信公众号,在线模考后查看
- You completed&
- You enabled
- 在命令行中启动SQL*Plus,使用如下
- You lost
- A developer is creat
- Given: What is
- You need to display
- ()不带WHERE子句,它返回被连接的两
- View the E
- The backupQ
- 以下关于ORACLE9i的叙述正确的是(
- Examine the data fr
- You work
- You completed your J
- Which backgrou
- You execute&en
- You need to modify t
- View the E
- Given: What is
- Given: Whatistheres