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 1t94WU-007ajQ-Hj for pgsql-admin@arkaria.postgresql.org; Thu, 07 Nov 2024 15:34:13 +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 1t94WR-00GfUf-Mu for pgsql-admin@arkaria.postgresql.org; Thu, 07 Nov 2024 15:34:12 +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 1t94TH-00Ga33-3w for pgsql-admin@lists.postgresql.org; Thu, 07 Nov 2024 15:30:55 +0000 Received: from mail-oo1-xc2d.google.com ([2607:f8b0:4864:20::c2d]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1t94TE-000eTU-Tn for pgsql-admin@lists.postgresql.org; Thu, 07 Nov 2024 15:30:54 +0000 Received: by mail-oo1-xc2d.google.com with SMTP id 006d021491bc7-5ee53b30470so115041eaf.3 for ; Thu, 07 Nov 2024 07:30:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1730993452; x=1731598252; darn=lists.postgresql.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=oZ8zVcEQCZ5ryAl5Bx0AeCLb4C9tFLqnpF+6+5jbpog=; b=G7pUeiMBVeHCmEYE6fW3+zVynhLg42xNoYF5vGLtiSGEemRskwKbVz/M5D6VQYNebC xA5otSRybEKj0n2k2KS5mVF9wsYhyrkbPD5SkxriQ0UqVgUE9kZHwZkFZ2cL5tEbx1Dg 0IacjkXcY/AEPnrZuAzmp8q2ICdS0sqBgB7Zw5heU/U/sJo6Q443NfM0xumkYQA5LFIu erQcxku7H/mmQaZN00q+yVorObxbvVHCAxt7iSubqfJCvJs33aPuXSIPdm6YwHTLz/WP tjwTd4HhrhPkDG+rDAkHNJN8nwJTKTIvRkysrnuy+rHsLBer0skeZbE9i/7v0L0ZZQzT /q0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1730993452; x=1731598252; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=oZ8zVcEQCZ5ryAl5Bx0AeCLb4C9tFLqnpF+6+5jbpog=; b=dRh0ijZZeqH9zZzUYZpKXSh5+c7JDSVeBXqT0p8Wjv8X6vuqU1QxFVOEiiD+oME/0+ gGCarlTnDcfQ7fDLToHOXuXo8jQKhJf/87gx4wZTx8bjFMTYu04DsP81K9a3q9ND8aCV HNabv1ejtwHrQXdu14HI/BZ9/TfpQVc5bjbP34g9Hrd4q1CmFZzkg685NeBbkyY/QL/r BOj0ReVVxHWgxtmMjiW0VvbCroNXMy/nss4oAh8DXb342D4IvN+N1vc75F8AqfGTRAnc 9NZOhf9V+JxYoI3s3ZeYWxzuZoXs1xEvmg6ok7FLN9Ou17ozvCTpj7UOaLyv8wGJapT9 I0TA== X-Gm-Message-State: AOJu0YwAP7WmJ2Gr9l9eF64SytQLMQwGvaXQ3s+YmVZIJYvhssmDjzIE R3ieosjHYH/AJBti7s4ZulFgSZG696TD5Zwr2axImvcCmHUVk0x+6x6rix88m/DUclSjpR+0NS2 XW53MQ56da70GuFGBy1Dq/jM94q4oQ+wD X-Google-Smtp-Source: AGHT+IEvDSxzn9f+BxeAdJGciun26AAkfUWlah84/DyVpFryWCIguBO+QIFU6pa2/m4Pmxbw/tEtJ90VJcF3Ea3S1xU= X-Received: by 2002:a05:6820:2184:b0:5e1:cd24:c19c with SMTP id 006d021491bc7-5ee5503e8c2mr460284eaf.0.1730993451767; Thu, 07 Nov 2024 07:30:51 -0800 (PST) MIME-Version: 1.0 From: Ron Johnson Date: Thu, 7 Nov 2024 10:30:40 -0500 Message-ID: Subject: number of updated or deleted tuples needed to trigger a VACUUM in any one table To: Pgsql-admin Content-Type: multipart/alternative; boundary="000000000000cd233306265451f1" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000cd233306265451f1 Content-Type: text/plain; charset="UTF-8" https://www.postgresql.org/docs/current/runtime-config-autovacuum.html autovacuum_vacuum_threshold (integer) Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. Are the number of updated and deleted tuples since the last vacuum exposed anywhere, like n_ins_since_vacuum is exposed? I've Googled with no luck. -- Death to , and butter sauce. Don't boil me, I'm still alive. lobster! --000000000000cd233306265451f1 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

= autovacuum_vacuum_= threshold=C2=A0(integer)=C2=A0

Specifies the minimum number of update= d or deleted tuples needed to trigger a=C2=A0VACUUM=C2=A0in any one ta= ble.


Are the number of updated and delete= d tuples since the last vacuum exposed anywhere,=C2=A0like=C2=A0n= _ins_since_vacuum=C2=A0is exposed?

I've= Googled with no luck.

--
Death to <Redacted>, and but= ter sauce.
Don't boil me, I'm still alive.
<Red= acted> lobster!
--000000000000cd233306265451f1--