python - elasticsearch-py connection pool -


doc shows how create connection elasticsearch()

not sure if i'm reusing connection(using connection pool) in django view.

do need setup special use connection pool or given automatically database connection pooling?

the connectionpool used if multiple connections defined. can use add_connection method of transport class add multiple connections.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -