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

java - Incorrect order of records in M-M relationship in hibernate -

command line - Use qwinsta in PowerShell ISE -

ruby - Net::HTTP extremely slow responses for HTTPS requests -