1Z0-027 · Question #50
Which two are regarding the case of storage indexes?
The correct answer is A. To increase the chance of using the a storage index, you can make table indexes invisible. B. To maximize the benefit of storage Indexes, load your data stored on the filtered columns. To use storage indexes, Oracle Exadata queries must use smart scans, so not all types of applications can benefit from storage indexes. * With Exadata storage, database operations are handled much more efficiently. Queries that perform table scans can be processed within…
Question
Which two are regarding the case of storage indexes?
Options
- ATo increase the chance of using the a storage index, you can make table indexes invisible.
- BTo maximize the benefit of storage Indexes, load your data stored on the filtered columns.
- CThe cell physical 10 bytes saved by storage index statistic returns multiple rows, one for each
- DStorage indexes are retained after a cell is rebooted.
- EAvoid the use of bind variables because Storage Indexes do not work with bind variables.
How the community answered
(23 responses)- A70% (16)
- C9% (2)
- D17% (4)
- E4% (1)
Explanation
To use storage indexes, Oracle Exadata queries must use smart scans, so not all types of applications can benefit from storage indexes. * With Exadata storage, database operations are handled much more efficiently. Queries that perform table scans can be processed within Exadata storage with only the required subset of data returned to the database server. Row filtering, column filtering and some join processing (among other functions) are performed within the Exadata storage cells. When this takes place only the relevant and required data is returned to the database server.
Topics
Community Discussion
No community discussion yet for this question.