Skip to content

Commit

Permalink
Explicit cold vs warm start
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Oct 18, 2023
1 parent ad5cdfc commit 5c59464
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ which returns the json
}
```
You can see that this query has 345 hits and that the server responds in 523 milliseconds.
You can see that this query has 345 hits. In this case for the first run, the server responded in 523 milliseconds.
Subsequent runs use the cached metastore and can be resolved in under 100 milliseconds.
Now that we have indexed the logs and can search from one instance, it's time to configure and start two other instances to form a cluster.
Expand Down

0 comments on commit 5c59464

Please sign in to comment.