C2090619 IBM Informix 12.10 System Administrator Free Practice Test — 30 Questions

30 questions · Full explanations · No account required

Free
Question 1 of 30

An Informix 12.10 system administrator is troubleshooting a critical nightly batch process that has significantly degraded in performance over the past week. Analysis reveals that a specific SQL query within the batch job, which retrieves data from a very large fact table, is the primary culprit. The query uses a `WHERE` clause that filters on three columns, two of which are part of a composite index defined on the fact table. However, the query optimizer appears to be underutilizing this index, leading to extensive table scans. The administrator needs to implement a solution that directly addresses the index usage inefficiency for this particular query without altering the application\'s SQL. Which of the following actions would be the most effective in resolving this specific performance bottleneck?

Create a new composite index on the fact table, ordering the columns to precisely match the selectivity and filtering order of the problematic query's `WHERE` clause.
Modify the application's SQL to ensure that the query predicates are aligned with the existing composite index's column order, even if it means adding less selective filters.
Increase the shared memory allocated to the Informix database server to allow for more buffer cache, hoping to mitigate the impact of table scans.
Disable the existing composite index for this specific query using the `SET EXPLAIN` statement to force the optimizer to consider alternative access paths.

About the C2090619 IBM Informix 12.10 System Administrator Certification

These free practice questions are designed to help you assess your readiness for the C2090619 IBM Informix 12.10 System Administrator exam by Other. Each question comes with a detailed explanation to reinforce the correct concept. For a complete exam preparation experience with hundreds of questions, spaced-repetition study tools, and full exam simulations, explore our premium access.