Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lKkMp-0006Zd-3p for psycopg@arkaria.postgresql.org; Fri, 12 Mar 2021 16:10:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lKkMl-0001DR-8W for psycopg@arkaria.postgresql.org; Fri, 12 Mar 2021 16:10:19 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lKkMl-0001DG-3M for psycopg@lists.postgresql.org; Fri, 12 Mar 2021 16:10:19 +0000 Received: from mail-lj1-x236.google.com ([2a00:1450:4864:20::236]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1lKkMi-0001H7-QQ for psycopg@postgresql.org; Fri, 12 Mar 2021 16:10:17 +0000 Received: by mail-lj1-x236.google.com with SMTP id 9so7428897ljd.7 for ; Fri, 12 Mar 2021 08:10:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=K/Vx8kXO+LU7EOEs2tH+0z/yzu9aSOuRLgX/Mvd/qJY=; b=ZoRdblesjrVwa2eeEL1qUMbRFmkk4XTMsauSycJAcRU0faz/ZtzkTiA1m+SK6bQDxJ CAoTEfQ4DPlL+glUkwjoD3O+1xGXglSl7nIBgrKDcUj24t6K4ECUN8g3JdSD6rpJLnl3 d64W72Z5kAUdPwIvGaXveK+3AMA3X1QK/FJb6hjGC2JkmFY4LxQMKB94Bq99o20VoCRQ MA5BYN/EXktKb7uB5XUiqBWYR4fJNQA8Q1I7/y9+01581spowkXDMvo8GDgAAYxD8XiI c3CTSOsfuIwEDEGyTuZBAxt7W4eckwFPISW/MqVk1ldzf6l7SkDvavG7hv2b0ZrC4szR 1fTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=K/Vx8kXO+LU7EOEs2tH+0z/yzu9aSOuRLgX/Mvd/qJY=; b=LAcxa9+JMs4F0+eY5Sgem8vBZTFkMFBnPzwh+ADuZvawc0AMeY3CZACe6Z7WqReKSn oA4xB57PJc7hUeFyCdMp43AQJqz2Iq9/GuQG134j/igIJU7LGc7z4DRwjW4zAmdodUWK P49f7ekaR/PCp+cFve5aRGX61X/dHdLGeNyDmo6EgW0AfdC5jb29u1shJD5ki20sYgc5 3bhLgJ72xee3x7n+z24jGFRSPU0BD+GlAz0OM/i5J6cOxSidg6WXvfxJksA3wB7I9zLN BBX1X4K24pYIsRuPHbT4BZzbLiJekVNNfXm1HVhK6uFrp/f6QGRrYFlQKFM9NurVcd6X oefQ== X-Gm-Message-State: AOAM530jXa+CdFkpSVv1GbheDDRoxpmEnm4vkF2Gk19Ir47pkHexZn/f XVLes6uWyMxpDz6sPNfUsFfy232IatViUy9qldbtcGlFiuQW+LJ0 X-Google-Smtp-Source: ABdhPJycjXDTysXBmlE7DBrb1RJ2ZKAgX/3A9zBX4jgiaKGwC25/Vvg0JGvvSnTktpzhExYnGg1FI0dg3wSMaKGrkLE= X-Received: by 2002:a2e:9d13:: with SMTP id t19mr2745863lji.119.1615565413816; Fri, 12 Mar 2021 08:10:13 -0800 (PST) MIME-Version: 1.0 From: Daniele Varrazzo Date: Fri, 12 Mar 2021 17:10:02 +0100 Message-ID: Subject: Connection pool branch merged in psycopg3 To: psycopg@postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hello, I have just merged the connection pool branch to main in psycopg3. I am very happy about this object and I think it's an immense improvement compared to psycopg2 pool. The documentation is already online: - behaviour description: https://www.psycopg.org/psycopg3/docs/advanced/pool.html - API: https://www.psycopg.org/psycopg3/docs/api/pool.html In the next days I would like to create an installation for load testing and to showcase the metrics that can be obtained from it. I would welcome any feedback about its design, implementation, documentation. I would also like to thank everyone who already gave a feedback, in the previous conversations about its design: receiving it was immensely valuable and a great guide. Thank you! -- Daniele