doc/changes/index.rst
author Philippe Pepiot <ph@itsalwaysdns.eu>
Mon, 30 Mar 2020 15:45:40 +0200
changeset 12962 fa0cd558d829
parent 12713 e82a8ae8fc65
permissions -rw-r--r--
[server] implement dynamic database pooler Opening too much database connection has a cost at startup and also PostgreSQL as a maximum number of connection (100 by default). This get worse when starting multiple wsgi processes, since each process has its own database pool. Instead of opening `connections-pool-size` connections to the database at startup, just open one and open more only when needed.

Release notes
-------------

.. toctree::
    :maxdepth: 1

    3.27
    3.26
    3.25
    3.24
    3.23
    3.22
    3.21
    3.20
    3.19
    3.18
    3.17
    3.16
    3.15
    3.14