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 1q5zzC-0007oi-8f for pgsql-hackers@arkaria.postgresql.org; Mon, 05 Jun 2023 02:30:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q5zz9-0001f7-Rv for pgsql-hackers@arkaria.postgresql.org; Mon, 05 Jun 2023 02:30: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 1q5zz9-0001di-II for pgsql-hackers@lists.postgresql.org; Mon, 05 Jun 2023 02:30:19 +0000 Received: from mail-lj1-x22b.google.com ([2a00:1450:4864:20::22b]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1q5zz7-000G1I-0b for pgsql-hackers@postgresql.org; Mon, 05 Jun 2023 02:30:18 +0000 Received: by mail-lj1-x22b.google.com with SMTP id 38308e7fff4ca-2b1b084620dso34552581fa.0 for ; Sun, 04 Jun 2023 19:30:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1685932214; x=1688524214; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=lGUxpOQ3L9tV3ZGWHiGcFgH2Q4rlLVdc9/wME+IhxME=; b=lLSJ2jIx0W7ITm4Nwty8+fpr7f6+42oyuFIza4m32cyr6Wa14k9op8B/ROt5wVXjm/ fzh/xAt0AKQ2OQPOGYEM+A5uQWHt1UfCWKi+hw5b8TEu0/zVK7J9h/cpQ9BqMgH18B5U PMZCBH+2TH6vlcOxysdMrqQjP4rsDJeL1TPfRkrV55hp3TH4P5PPYWINtOLiAAfN2HNJ I+IHMgyCCs1T6flug29MrENM3mrG/ilp44bsPHSYVQQ0BzqE8h9vcStrOGjh84Nj6p+Q 9CfM8uK2z5n+J1loi38+TZ5Oyv0wpG2EG8VA+DnAURKmQJcyNU+wxUxkxX946vEf3hvt HIeg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685932214; x=1688524214; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=lGUxpOQ3L9tV3ZGWHiGcFgH2Q4rlLVdc9/wME+IhxME=; b=gPGNlyO2cJwM1phHQ3A6mzQH9y8LQ9rDPF/oy20mYpxYiThlhOazs3ElNSgC5x+chV +XbGl+hpd8PZx/hyb1x0pfYuE9LpRdx2KOLuHGvX94V4ckOTQF0pCyBLKsOjEiO16+jr s5Zlv+WBRQqWh4TLPAqRAUhofIvihkZA1de5QuVTPBYJdxGuCfTw3MjBic8VWqAl+90m VFhLK2/7+k9fuaklP8vn1fgWXx8a4CE+vmkcdUIvgrUdV3vIKQgCT2niyLYO6aHTlvWD HD36TZxPX+cwDzHQcWm2MeviC5ziQpOzPShfPIRd6M9uNqpPZJQwqKEw7WhLtcfrRWnC MJDQ== X-Gm-Message-State: AC+VfDw+Q9nKkt2J8X5s0qVgaQVAkUmsSkzmAMT12GCIQErlZJ1UG+Yv ZVID75JIcKqcUvp1aFYBXb4csKsO7iKklxwJhFE= X-Google-Smtp-Source: ACHHUZ6bwtglT6BMcNjgKhcMFy6eQsQn6uGGex1OBSTrp1vcpiTXYY7t4DKpyluMd+t6puIqhQGOB6McageFhaxGNIg= X-Received: by 2002:a2e:9547:0:b0:2ae:d39c:4c36 with SMTP id t7-20020a2e9547000000b002aed39c4c36mr3238722ljh.7.1685932214405; Sun, 04 Jun 2023 19:30:14 -0700 (PDT) MIME-Version: 1.0 References: <20230603223824.o7iyochli2dwwi7k@alap3.anarazel.de> In-Reply-To: <20230603223824.o7iyochli2dwwi7k@alap3.anarazel.de> From: Bharath Rupireddy Date: Mon, 5 Jun 2023 08:00:00 +0530 Message-ID: Subject: Re: New Table Access Methods for Multi and Single Inserts To: Andres Freund Cc: Dilip Kumar , Luc Vlaming , Justin Pryzby , PostgreSQL-development , Paul Guo , Jeff Davis , Michael Paquier , Matthias van de Meent Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Sun, Jun 4, 2023 at 4:08=E2=80=AFAM Andres Freund w= rote: > > Hi, > > This patch was referenced in a discussion at pgcon, so I thought I'd give= it a > look, even though Bharat said that he won't have time to drive it forward= ... Thanks. I'm glad to know that the feature was discussed at PGCon. If there's an interest, I'm happy to spend time again on it. I'll look into the review comments and respond soon. -- Bharath Rupireddy PostgreSQL Contributors Team RDS Open Source Databases Amazon Web Services: https://aws.amazon.com