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.96) (envelope-from ) id 1wdBXU-003wdV-0L for pgsql-general@arkaria.postgresql.org; Fri, 26 Jun 2026 18:44:32 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wdBXS-00CQdj-3B for pgsql-general@arkaria.postgresql.org; Fri, 26 Jun 2026 18:44:30 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wdBXS-00CQdY-2A for pgsql-general@lists.postgresql.org; Fri, 26 Jun 2026 18:44:30 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wdBXQ-00000000OVh-1pgr for pgsql-general@lists.postgresql.org; Fri, 26 Jun 2026 18:44:30 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.18.1/8.18.1) with ESMTP id 65QIiPQP1207572; Fri, 26 Jun 2026 14:44:25 -0400 From: Tom Lane To: Israel Brewster cc: Ruben Morais , PostgreSQL General Subject: Re: PostgreSQL 15-->18 slowdown? In-reply-to: <7F4F161B-CD44-4686-A49B-C1C466A66951@alaska.edu> References: <4A6D9280-1409-42A8-9A1F-99E2A558E2BB@alaska.edu> <7F4F161B-CD44-4686-A49B-C1C466A66951@alaska.edu> Comments: In-reply-to Israel Brewster message dated "Fri, 26 Jun 2026 10:16:14 -0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1207570.1782499465.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Fri, 26 Jun 2026 14:44:25 -0400 Message-ID: <1207571.1782499465@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Israel Brewster writes: > SubPlan 1 > -> Limit (cost=3D0.00..0.48 rows=3D1 width=3D1) > -> Nested Loop (cost=3D0.00..13833793.79 rows=3D29105= 774 width=3D1) > -> Seq Scan on tilt_data (cost=3D0.00..13469970= .40 rows=3D29105774 width=3D16) > Filter: (station =3D stations.id) > -> Materialize (cost=3D0.00..1.22 rows=3D1 widt= h=3D16) > -> Seq Scan on tilt_orientation (cost=3D0= .00..1.21 rows=3D1 width=3D16) > Filter: (station =3D stations.id) Can you show us the EXPLAIN output for this part of the plan in v15? regards, tom lane