Re: How did VACUUM ANALYZE reclaim large TOAST bloat at disk level in PostgreSQL 16? - Mailing list pgsql-general

From Adrian Klaver
Subject Re: How did VACUUM ANALYZE reclaim large TOAST bloat at disk level in PostgreSQL 16?
Date
Msg-id 722db7f0-2d89-48ef-8f0f-9ae4191d5817@aklaver.com
Whole thread Raw
In response to How did VACUUM ANALYZE reclaim large TOAST bloat at disk level in PostgreSQL 16?  (pramod gupta <mail2sony2010@gmail.com>)
Responses Re: How did VACUUM ANALYZE reclaim large TOAST bloat at disk level in PostgreSQL 16?
List pgsql-general
On 1/15/26 09:48, pramod gupta wrote:
Again, you need to use Reply All to get post to mailing list
Ccinglist.


You did not answer 2) or 3).

Though the below is revealing:

> postgres@ANRPGTEST01:~$ ls -ltrh /var/lib/postgresql/.pg_ai.config
> -rw------- 1 postgres postgres 1.8K Jan 15 17:03 /var/lib/ 
> postgresql/.pg_ai.config
> postgres@ANRPGTEST01:~$ pwd
> /var/lib/postgresql
> postgres@ANRPGTEST01:~$ psql
> psql (16.11 (Ubuntu 16.11-1.pgdg24.04+1))
> Type "help" for help.
> 
> postgres=# \q

Per:
https://github.com/benodiwal/pg_ai_query/issues/38

"
benodiwal last month


Thanks for sharing, actually .pg_ai.config should be in your home 
directory and not root. Can u try to put it in home directory once and 
they try.

sudheermudunuri

same with me as well i added in /var/lib/postgresql/.pg_ai.config but 
still it doesn't load from the config file.

benodiwal


Hey @sudheermudunuri, it is designed this way in first release. Can u 
please try putting it in home dir.

"

-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: How did VACUUM ANALYZE reclaim large TOAST bloat at disk level in PostgreSQL 16?
Next
From: pramod gupta
Date:
Subject: Re: How did VACUUM ANALYZE reclaim large TOAST bloat at disk level in PostgreSQL 16?