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 1tudSe-00ALTY-00 for pgsql-hackers@arkaria.postgresql.org; Tue, 18 Mar 2025 20:22:52 +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 1tudSb-004fqL-Ra for pgsql-hackers@arkaria.postgresql.org; Tue, 18 Mar 2025 20:22:49 +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.94.2) (envelope-from ) id 1tudSb-004fq9-HZ for pgsql-hackers@lists.postgresql.org; Tue, 18 Mar 2025 20:22:49 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tudSX-003d2V-36 for pgsql-hackers@lists.postgresql.org; Tue, 18 Mar 2025 20:22:49 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2025010100; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description; bh=dBR0kbhIfJzW6Kf2YRCdVCsxq6ICHVvjg42tIy8BxA0=; b=dWoWC lKUhmlk5f0YHXQ3xF35WP0rZL6GtpIoMb6nCLuFkK0VH9crMypiajXbapO/bwjRaLVktPfo+evIHH n7vSkFcJpNH5KbwCTdvfGPkBdTKl0I1wy+ufdZxS74t8TtjkbnL9g0ltMAvRHX4LVvXzQBidHJ2nM oo6gGwJfsb5HYjnUG+PlByhA+j0GGlLAnR4Nie5gNzZrh0HMCC8PFXjlM0qA5YPO/g5GuhvnKWb8z ynGjIel1cnaa0Hl2pqWsOQdsHrtH7yUJL+mCbO/w0jVg5xEPBcv87VlzBab957tFTKbhCx9ll9XhX FDiOPGZo25fZAtodceERv5V4kmvLg==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1tudSX-001lll-0z; Tue, 18 Mar 2025 16:22:45 -0400 Date: Tue, 18 Mar 2025 16:22:45 -0400 From: Bruce Momjian To: Andres Freund Cc: Melanie Plageman , PostgreSQL-development Subject: Increase default maintenance_io_concurrency to 16 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Tue, Mar 18, 2025 at 04:13:26PM -0400, Andres Freund wrote: > Hi, > > On 2025-03-18 16:08:22 -0400, Bruce Momjian wrote: > > This commit makes our default random_page_cost = 4 out of line with > > these new settings (assumes modern SSD/NAS/SAN hardware) and more out of > > line with reality. > > How so? That seems like an independent consideration to me. [thread moved to hackers] Uh, I think our old random_page_cost and *_io_concurrency assumed magnetic disks --- now *_io_concurrency assumes more modern hardware and random_page_cost assumes magnetic. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Do not let urgent matters crowd out time for investment in the future.