Back to Floor
The Forge • Room 1
Search-Time vs Index-Time
There are two phases of field extraction: **Index-Time** (when data is ingested) and **Search-Time** (when you run a query).
Index-time extractions are stored permanently in the TSIDX files and are faster to query, but they are rigid and consume more disk space.
Search-time extractions are flexible (using `rex`, `eval`) but slower because they parse raw data on every search.
Knowledge Check
Prove your understanding to clear the room (Rewards XP)
Drag items to their correct zone (or tap item then tap zone on mobile)
Stored in TSIDX metadata
Uses rex or eval during query
Cannot be changed after ingestion
Flexible but slower
Index-Time
Search-Time