Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1u6VH0-00Gry9-Qg for pgsql-general@arkaria.postgresql.org; Sun, 20 Apr 2025 14:03:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1u6VGx-00C2Bd-HZ for pgsql-general@arkaria.postgresql.org; Sun, 20 Apr 2025 14:03:52 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1u6VGx-00C29o-1Y for pgsql-general@lists.postgresql.org; Sun, 20 Apr 2025 14:03:51 +0000 Received: from sm-r-009-dus.org-dns.com ([84.19.1.237]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u6VGu-0011pV-1W for pgsql-general@lists.postgresql.org; Sun, 20 Apr 2025 14:03:50 +0000 Received: from smarthost-dus.org-dns.com (localhost [127.0.0.1]) by smarthost-dus.org-dns.com (Postfix) with ESMTP id 24676A1710 for ; Sun, 20 Apr 2025 16:03:46 +0200 (CEST) Received: by smarthost-dus.org-dns.com (Postfix, from userid 1001) id 17B2CA1718; Sun, 20 Apr 2025 16:03:46 +0200 (CEST) X-Spam-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,DMARC_PASS, KAM_INFOUSMEBIZ,SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=4.0.1 Received: from ha01s018.org-dns.com (ha01s018.org-dns.com [62.108.32.138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smarthost-dus.org-dns.com (Postfix) with ESMTPS id D40EDA1710 for ; Sun, 20 Apr 2025 16:03:45 +0200 (CEST) Authentication-Results: ha01s018.org-dns.com; spf=pass (sender IP is 146.185.68.202) smtp.mailfrom=thiemo@gelassene-pferde.biz smtp.helo=dummy.faircode.eu Received-SPF: pass (ha01s018.org-dns.com: connection is authenticated) Date: Sun, 20 Apr 2025 16:03:43 +0200 (GMT+02:00) From: Thiemo Kellner To: pgsql-general@lists.postgresql.org Message-ID: <91022e33-8c28-4110-bfa7-8182a331a18f@gelassene-pferde.biz> In-Reply-To: <20250420105906.ya2safyc66vhi7j3@hjp.at> References: <20250420091033.n437fdrkihtjrncd@hjp.at> <277c713f-452c-4449-9897-16a9738077eb@gelassene-pferde.biz> <20250420105906.ya2safyc66vhi7j3@hjp.at> Subject: Re: Order of update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Correlation-ID: <91022e33-8c28-4110-bfa7-8182a331a18f@gelassene-pferde.biz> X-PPP-Message-ID: <174515782569.2189540.7952399895529562499@ha01s018.org-dns.com> X-PPP-Vhost: gelassene-pferde.biz X-POWERED-BY: wint.global - AV:CLEAN SPAM:OK List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hm, deadlocks preventing order by. Never had that problem. Then again, I mostly have Oracle experience and no need for complicated updates. If I had, I'd rather think of chunking updates and orchestrate those before ordering within updates.