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 1oiUPH-0007zY-8w for pgsql-hackers@arkaria.postgresql.org; Wed, 12 Oct 2022 05:35:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oiUPG-0007zW-2q for pgsql-hackers@arkaria.postgresql.org; Wed, 12 Oct 2022 05:35:50 +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 1oiUPF-0007zF-Og for pgsql-hackers@lists.postgresql.org; Wed, 12 Oct 2022 05:35:49 +0000 Received: from mail-wm1-x32f.google.com ([2a00:1450:4864:20::32f]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1oiUPD-0007TU-A5 for pgsql-hackers@postgresql.org; Wed, 12 Oct 2022 05:35:48 +0000 Received: by mail-wm1-x32f.google.com with SMTP id e18so9794559wmq.3 for ; Tue, 11 Oct 2022 22:35:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=eER9k2a3768PxgjEsukHmevN3XHPPEbqEiCDLjtHUCw=; b=qs9N8f2nf352jNuxhSrX87iMT3tJ8bbjT+5nT00Tmuhbr0lP/skf57f+lERLhsr7wA zc8x/MWfpaE0CDLYRT9vJ0Fn+bRL+47tct0B5+zUB5x4RHWi1q1lZkqlJyfwBnboE2ty xn0hDE+k+9k4Zt24jpSz67+RrtgtrQ8hLJE1Alm9QoVeQJ5AHgpvuI8NLILk91NHLzg9 cAMkwVH4pfGaZqb5dAHkzOEfKoCEz9zmpWtQaSKDj9emuT8GdWojX0PktFp7g2XmqZaT VuA9CT4CjrL3jL7ppRZcsQEru75oosNFuOOCJLAO9WtZRQS9LyGB3il9uC/hpKyuVtu2 L4Ew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=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=eER9k2a3768PxgjEsukHmevN3XHPPEbqEiCDLjtHUCw=; b=weULur+FQSpKmyJDKfXW8xc3h8RDfqS/e+2sKjkBUBsmSMXT+sa78FLfgRTOCqbOhC dFcvhsVwBh6AEXJI2kWYewqPQ76GplN6Uip/IjHD6SB4C/PJEcbSTY3TSGHUudftLzRX rXEccM5Y4x5BFm3zkFVgcH0yn0pw+vyNTbGoqzuQjmGSI201BHnGXVZMY/p1a9jVqa3x fgBqlJ2iQzMlptsESK40eVJDbygP8lcEX7xW9cvVav6jbaqT/f28DpZrdlAJrG5D/HtX f1bsoduBNLPvx/7Fc+fTsmWAZ3osjjurcYcZEN21ctAYKqkcct1tTvji66yQTa/1O/g5 PtoQ== X-Gm-Message-State: ACrzQf0isp81NlNj0ITyyEeqJBgj2JA1kWNswXDHn6Wz669QCj/DZkGu P1ebkoQO43GmyoJGA/bsY4envzQ+gi6TF5LZ+wM= X-Google-Smtp-Source: AMsMyM5g/EDpNkchMYnzrYMwJ3zZ1eQDCzjV7vrvF8aVuwHYkz4HMyzr+UgNf14bsxMqCnXWVgx53KQSqH4Df7KqsC4= X-Received: by 2002:a05:600c:1f16:b0:3c6:b6f7:d224 with SMTP id bd22-20020a05600c1f1600b003c6b6f7d224mr1503416wmb.46.1665552944971; Tue, 11 Oct 2022 22:35:44 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Bharath Rupireddy Date: Wed, 12 Oct 2022 11:05:29 +0530 Message-ID: Subject: Re: New Table Access Methods for Multi and Single Inserts To: Michael Paquier Cc: Matthias van de Meent , Dilip Kumar , Luc Vlaming , Justin Pryzby , PostgreSQL-development , Andres Freund , Paul Guo , Jeff Davis Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Wed, Oct 12, 2022 at 11:01 AM Michael Paquier wrote: > > This thread has been idle for 6 months now, so I have marked it as > returned with feedback as of what looks like a lack of activity. I > have looked at what's been proposed, and I am not really sure if the > direction taken is correct, though there may be a potential gain in > consolidating the multi-insert path within the table AM set of > callbacks. Thanks. Unfortunately, I'm not finding enough cycles to work on this feature. I'm happy to help if others have any further thoughts and take it from here. -- Bharath Rupireddy PostgreSQL Contributors Team RDS Open Source Databases Amazon Web Services: https://aws.amazon.com