nerdexam
IBM

000-349 · Question #40

Which setting has the most negative impact on map performance?

The correct answer is C. Map Trace. Map Trace has the greatest negative impact on WTX map performance because it records detailed execution data for every card, rule, and data element processed.

Configuration

Question

Which setting has the most negative impact on map performance?

Options

  • AMap Retry
  • BAudit Log
  • CMap Trace
  • DBackup

How the community answered

(32 responses)
  • A
    6% (2)
  • B
    13% (4)
  • C
    78% (25)
  • D
    3% (1)

Why each option

Map Trace has the greatest negative impact on WTX map performance because it records detailed execution data for every card, rule, and data element processed.

AMap Retry

Map Retry only incurs overhead when a map actually fails and a retry is attempted, so it has no impact on successful map executions and minimal overall performance cost.

BAudit Log

Audit Log records only summary-level information at map start and end, producing far fewer log writes than Map Trace and therefore causing a much smaller performance impact.

CMap TraceCorrect

Map Trace generates granular log entries for each individual rule execution and data element transformation throughout the entire map run, creating significant I/O overhead and memory consumption. This level of detail far exceeds that of Audit Log, which only records high-level map start and completion events. Because Map Trace operates on every processing step rather than at the map level, its performance penalty scales with map complexity and data volume.

DBackup

Backup copies input and output data for recovery purposes but involves a single file operation per map execution, which is far less overhead than the continuous per-rule logging performed by Map Trace.

Concept tested: WTX map performance impact of trace settings

Source: https://www.ibm.com/docs/en/wte/8.4.0?topic=maps-map-trace

Topics

#map performance#Map Trace#Audit Log#map settings

Community Discussion

No community discussion yet for this question.

Full 000-349 Practice