Which TWO statements about designing Splunk data models are correct? (Choose two.)
Constraints filter events that become part of the root dataset.
Why this answer
A root event in a data model can be constrained using a constraint string, which is a search expression that filters the events included in that dataset. This allows you to define a subset of data for the root dataset without modifying the underlying indexed data.
Exam trap
The trap here is that candidates often confuse data model storage location (search head vs. indexers) and assume acceleration is mandatory, when in fact data models are metadata-only and acceleration is a performance optimization, not a requirement.