Data Lake Result Caching by Default
Improvement
Data lake queries now cache their results by default, so repeating a search returns the stored result instead of reading the archive again. A query can opt out by sending {"options": {"cache": false}}. A cached result can be up to five minutes old, so a repeated search over a relative time range may not include the most recent events.