sequence on daily log partitioned table

2025-04-21 Thread senor
volume is enough to justify partitioning. Thanks in advance, Senor

txid_current vs xact_commit stats

2024-10-08 Thread senor
ssing something fundamental. I know what I know but I'm not a DBA. PG version 11 & 12 on Linux Any hints and references appreciated. Thanks, Senor

vacuum an all frozen table

2024-05-21 Thread Senor Cervesa
rue;  blkno | all_visible | all_frozen | pd_all_visible ---+-++ (0 rows) Thank you for any insights, Senor

Re: Linked directory or explicit reference

2024-05-01 Thread Senor Cervesa
On 4/30/2024 17:31, Ron Johnson wrote: On Tue, Apr 30, 2024 at 7:00 PM Senor Cervesa wrote: Hi All; When doing an initial install of PostgreSQL on RHEL 7 or 8 derived OS via rpm, what are pros, cons and recommendations of these 2 procedures for utilizing a second disk

Linked directory or explicit reference

2024-04-30 Thread Senor Cervesa
starting postgres with missing data directory. I've run postgres in both scenarios and not had any issues. I'm interested in comments from others on their experience using these or other options. Thanks, Senor

vacuum visibility relevance

2023-12-03 Thread senor
es are always appreciated. - ​Senor

Re: vacuum TOAST tables

2023-04-21 Thread senor
scripts Your help is appreciated. If you have additional ideas, I'm all ears. Thanks, Senor From: Laurenz Albe Sent: Thursday, April 20, 2023 11:39 PM To: senor ; pgsql-general@lists.postgresql.org Subject: Re: vacuum TOAST tables On Fri, 2023-04-21 at

vacuum TOAST tables

2023-04-20 Thread senor
') AND n.nspname IN ('public','pg_toast') AND age(c.relfrozenxid) > ${max_age} ORDER BY 2 DESC I've posted before about these same systems. It'll get to age(datfrozenxid) > 2,000,000,000 and is not able to keep up until I get it back down to under ~6. Then it starts humming along as if I "cleared" something. I appreciate any advice. Thanks Senor

Re: autovacuum hung on simple tables

2022-11-27 Thread senor
from the script and my own fat-fingering commands > in the postgres > logs (set at info). Sorry about the reply formatting. I tried using outlook web in Edge. Maybe that was a mistake. Thanks, Senor

autovacuum hung on simple tables

2022-11-03 Thread senor
um_multixact_freeze_min_age | 500 vacuum_multixact_freeze_table_age | 15000 I'm now thinking that autovacuum getting hung up is what caused the issue to begin with. I see nothing but the successful vacuums from the script and my own fat-fingering commands in the postgres logs (set at info). Any hints are appreciated. Senor

empty pg_stat_progress_vacuum

2022-10-21 Thread senor
um_threshold | 50 autovacuum_work_mem | -1 work_mem | 10240 Thanks for any hints and recommendations, Senor

Re: autovacuum_freeze_max_age on append-only tables

2022-04-22 Thread Senor
#x27;m learning this from the inside out in the tradition of "well someone has to do it". I'm sure I'm not alone. -Senor

Re: autovacuum_freeze_max_age on append-only tables

2022-04-21 Thread Senor
Thanks again -Senor On 4/21/2022 6:35, Laurenz Albe wrote: On Wed, 2022-04-20 at 23:06 +, senor wrote: I'm apparently needing an education on how this "to avoid wraparound" vacuum differs from any other. I've seen it referenced as "more aggressive" but I'

autovacuum_freeze_max_age on append-only tables

2022-04-20 Thread senor
renced as "more aggressive" but I'd like details. An upgrade to 13 is "right around the corner". Pointers to documentation I might have missed is be appreciated. -Senor

Re: Optimize pg_dump schema-only

2019-04-28 Thread senor
ivity indicated pg_dump was still processing and nothing else running. Would you say that updating to 9.2.24 would be beneficial before upgrading to 9.6? An update is pretty quick and could be worth the time if there aren't additional requirements prior to starting the upgrade. Thank you.

Re: Optimize pg_dump schema-only

2019-04-28 Thread senor
reduction in the number of tables should reduce the time needed but that is not the reality I'm faced with. Thanks, Senor On 4/28/2019 14:08, Ron wrote: On 4/28/19 3:21 PM, senor wrote: Hi All, I'm looking for advice for optimizing the pg_dump portion of "pg_upgrade --link"

Optimize pg_dump schema-only

2019-04-28 Thread senor
please. Any advice and explanation is appreciated. - Senor

Re: pg_upgrade --jobs

2019-04-07 Thread senor
e. Thanks From: Sherrylyn Branchaw Sent: Sunday, April 7, 2019 6:43 AM To: senor Cc: pgsql-general@lists.postgresql.org Subject: Re: pg_upgrade --jobs are there any shortcuts to upgrading that would circumvent exporting the entire schema? By "shortcut

Re: pg_upgrade --jobs

2019-04-07 Thread senor
From: Adrian Klaver Sent: Sunday, April 7, 2019 8:19 AM To: senor; pgsql-general@lists.postgresql.org Subject: Re: pg_upgrade --jobs On 4/6/19 5:47 PM, senor wrote: > Thanks Tom for the explanation. I assumed it was my ignorance of how the > schema was handled that was making this look like a p

Re: pg_upgrade --jobs

2019-04-06 Thread senor
t DB design would be better but that's not what I'm working with. Thanks From: Ron Sent: Saturday, April 6, 2019 4:57 PM To: pgsql-general@lists.postgresql.org Subject: Re: pg_upgrade --jobs On 4/6/19 6:50 PM, Tom Lane wrote: senor <mailto

Re: pg_upgrade --jobs

2019-04-06 Thread senor
the schemas of half a million tables. As already mentioned, if there is an alternate process that mimics pg_upgrade but allows for paralleling, I'm open to that. Thanks all From: Tom Lane Sent: Saturday, April 6, 2019 3:02 PM To: senor Cc: p

Re: pg_upgrade --jobs

2019-04-06 Thread senor
? From: Adrian Klaver Sent: Saturday, April 6, 2019 1:52 PM To: senor; pgsql-general@lists.postgresql.org Subject: Re: pg_upgrade --jobs On 4/6/19 11:44 AM, senor wrote: > The pg_upgrade --jobs option is not passed as an argument when it calls > pg_d

pg_upgrade --jobs

2019-04-06 Thread senor
The pg_upgrade --jobs option is not passed as an argument when it calls pg_dump. I haven't found anything in docs or forums mentioning a reason for not supporting under certain circumstances other than possibly for pre-9.2. The pg_upgrade docs page states that it allows multiple CPUs to be used