Skip to content

Commit 5dc1864

Browse files
committed
Link to ES docs
1 parent 103eca2 commit 5dc1864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/posts/faster-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ this resulted in creating a new connection for each request.
112112
We revisited this, and enabled connection pooling without issues.
113113

114114
We also used the recommended way to connect to Elastic Cloud using the `cloud_id` parameter,
115-
this enables HTTP compression and other optimizations.
115+
this enables [HTTP compression and other optimizations](https://www.elastic.co/guide/en/elasticsearch/client/python-api/8.19/connecting.html#connect-ec).
116116

117117
Query times dropped from **60ms to 25ms** on Community and **60ms to 40ms** on Business.
118118

0 commit comments

Comments
 (0)