Usually, which is more important for DB2 system
performance - CPU processing or I/O access?
Answer Posted / s
I/O is expensive as most the the CPU time is wasted doing
I/O's
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How does db2 sample database connect?
What is the difference between oracle and db2?
What is the difference between cursor stability and repeatable read isolation levels?
What is null in db2?
How can you do the explain of a dynamic sql statement?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
What is runstats utility in db2?
How to find primary key of a table in db2?
What is cloudant database?
What is blu acceleration in db2?
What is the use of runstats in db2?
What is load utility in db2?
Define check constraint.
Can you tell me how can you find out the # of rows updated after an update statement?
If I have a view which is a join of two or more tables, can this view be updateable?