exam questions

Exam 1z0-083 All Questions

View all questions & answers for the 1z0-083 exam

Exam 1z0-083 topic 1 question 49 discussion

Actual exam question from Oracle's 1z0-083
Question #: 49
Topic #: 1
[All 1z0-083 Questions]

Which two are facets of performance planning that should always be considered or implemented for an Oracle Database environment? (Choose two.)

  • A. defining primary keys for all tables to speed up all queries
  • B. using check constraints to speed up updates
  • C. defining foreign keys for all tables to speed up joins
  • D. the physical data model
  • E. the configuration of storage arrays
Show Suggested Answer Hide Answer
Suggested Answer: DE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
erial
Highly Voted 3 years, 11 months ago
a,b and c are options to enforce data integrity not to speed up queries, i think the correct answers are d and e. if we have a good physical data model in an good storage array configuration we can think of good performance.
upvoted 12 times
Mastino69
3 years, 6 months ago
...and all constraints have a cost in terms of performance (index update and delete, checks included, etc.) to be managed by the instance itself.
upvoted 2 times
...
...
pgtips
Highly Voted 3 years, 11 months ago
A. defining primary keys for all tables to speed up all queries B. using check constraints to speed up updates C. defining foreign keys for all tables to speed up joins D. the physical data model E. the configuration of storage arrays >> I believe D & E. D - is to do with design the tablespace, partitions etc.. E - is to do with storage layout, that RAID levels e.g. 5 to keep data with high read IO. 1+0 for better write.
upvoted 8 times
pgtips
3 years, 11 months ago
A, if you think about warehouse table, not all tables are going to have primary key column ( to save the storage).
upvoted 1 times
...
...
Yennism
Most Recent 7 months ago
Selected Answer: DE
correct answers are d and e
upvoted 1 times
...
ScottL
1 year, 3 months ago
Selected Answer: DE
DE correct
upvoted 1 times
...
flaviogcmelo
2 years, 3 months ago
Selected Answer: DE
https://docs.oracle.com/en/database/oracle/oracle-database/19/tgdba/IO-configuration-and-design.html#GUID-96CEF863-67AC-47BE-8834-8AB42864FC6E A good physical model will consider A, B and C options.
upvoted 2 times
...
brolem
2 years, 3 months ago
D, E. As stated, not all tables will have a, b, and c. Per https://docs.oracle.com/en/database/oracle/oracle-database/19/tgdba/IO-configuration-and-design.html#GUID-96CEF863-67AC-47BE-8834-8AB42864FC6E: Every Oracle database reads or writes data on disk, thus generating disk I/O. The performance of many software applications is inherently limited by disk I/O. Applications that spend majority of their CPU time waiting for I/O activity to complete are said to be I/O-bound. Additionally, a solid physical model will map out where and what is needed: The Physical Data Model of the Oracle Communications Data Model is the physical manifestation of the logical data model into database tables and relationships (or foreign key constraints). Partitions, indexes, and Materialized Views have been added to aid performance. (https://docs.oracle.com/cd/E84720_01/CDMRF/physical-data-model.htm#CDMRF717)
upvoted 1 times
...
mtnetmaker
2 years, 3 months ago
What is Oracle data model? The Physical Data Model of the Oracle Communications Data Model is the physical manifestation of the logical data model into database tables and relationships (or foreign key constraints). Partitions, indexes, and Materialized Views have been added to aid performance. so : D and E
upvoted 2 times
...
casfdsaf
2 years, 4 months ago
Selected Answer: DE
DE i think
upvoted 1 times
...
serkan110
2 years, 11 months ago
Primary Keys won't spenden up all queries
upvoted 1 times
...
Neil107
2 years, 11 months ago
I think it's DE Not ABC, since it all of them are a part of D.
upvoted 2 times
...
SimoneF
3 years, 3 months ago
"However, it is possible to make a sensible start by building indexes that enforce primary key constraints and indexes on known access patterns, such as a person's name." "I/O Subsystem The I/O subsystem can vary between the hard disk on a client PC and high performance disk arrays. Disk arrays can perform thousands of I/Os each second and provide availability through redundancy in terms of multiple I/O paths and hot pluggable mirrored disks. " So I think A-E are quite viable answers after all, especially because the question asks what facet you should always "consider", which doesn't mean you should necessarily implement them all blindly. From: https://docs.oracle.com/cd/B28359_01/server.111/b28274/design.htm#CJHCJIDB
upvoted 2 times
...
RinD
3 years, 4 months ago
A,D Refer to the question: "should always be considered or implemented" so E is correct but not always considered it due to company budget
upvoted 1 times
...
cerebro2000x
3 years, 12 months ago
DE if physcal model is about ram, cpu, os blocks, hba, switch etc
upvoted 6 times
...
CyborgQ
4 years ago
A,E is correct: C - defining foreign keys not include an automatic index creation, therefore the foreign key can't have an index D- physical data model is a graphical schemas of table and relation
upvoted 1 times
...
tamagogo
4 years ago
A and D define primary key will create index which will speed up queries
upvoted 2 times
...
klever35
4 years, 1 month ago
for sure C D is correct
upvoted 1 times
julica
4 years, 1 month ago
What does it mean more exactly "the physical data model"? DB Block? Better sounds the answer with "the configuration of storage arrays " than "the physical data model " :)
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago