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
Post a Comment