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 1scqcs-00Asld-OZ for pgsql-hackers@arkaria.postgresql.org; Sat, 10 Aug 2024 18:15:38 +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 1scqbt-009zWN-D5 for pgsql-hackers@arkaria.postgresql.org; Sat, 10 Aug 2024 18:14:37 +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 1scqbs-009zWE-Vf for pgsql-hackers@lists.postgresql.org; Sat, 10 Aug 2024 18:14:37 +0000 Received: from forward103d.mail.yandex.net ([178.154.239.214]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1scqbo-0044d9-CW for pgsql-hackers@lists.postgresql.org; Sat, 10 Aug 2024 18:14:35 +0000 Received: from mail-nwsmtp-smtp-production-main-35.klg.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-35.klg.yp-c.yandex.net [IPv6:2a02:6b8:c42:2345:0:640:1ce6:0]) by forward103d.mail.yandex.net (Yandex) with ESMTPS id C0EF360045; Sat, 10 Aug 2024 21:14:28 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-35.klg.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id RElYYp0ewmI0-THyOfy24; Sat, 10 Aug 2024 21:14:28 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tantorlabs.com; s=mail; t=1723313668; bh=z7wPN39zrmZ9MKBEWvjSry8mCeXK5gPqon7/CaiBWNk=; h=From:In-Reply-To:Cc:Date:References:To:Subject:Message-ID; b=SWxnrjb4mcuEq7lk85q3ag7ysyU23LrN/xi66sk8pn0hLBmU537MZ+pbfrTtAgIs0 PQSbHgWk/DNJJINy6cT6WZiwZ20+NpwV3l7+tggM13q2W/75ojRk257jWalD6oohO2 Q265FMXwk7/9T6o9X20OAN7Tk/yBQgKS9fmb3d7U= Authentication-Results: mail-nwsmtp-smtp-production-main-35.klg.yp-c.yandex.net; dkim=pass header.i=@tantorlabs.com Message-ID: <9f2e279c-8ba8-4830-ace1-6fdf8e89a4c5@tantorlabs.com> Date: Sat, 10 Aug 2024 21:14:27 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Vacuum statistics To: Alena Rybakina References: Content-Language: en-US Cc: pgsql-hackers@lists.postgresql.org, zubkov@moonset.ru, a.lepikhov@postgrespro.ru From: Ilia Evdokimov In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hello, everyone! Thank you for your interesting patch with extended information statistics about autovacuum. Do you consider not to create new table in pg_catalog but to save statistics in existing table? I mean pg_class or pg_stat_progress_analyze, pg_stat_progress_vacuum? P.S. If I sent this mail twice, I'm sorry :) Regards Ilia Evdokimov, Tantor Labs.