Relative Content

Tag Archive for postgresqlpostgresql-15

My postgres database startup has been running for almost 2 days+

This question was migrated from Stack Overflow because it can be answered on Database Administrators Stack Exchange. Migrated 2 days ago. I messed up my pgsql database by mistakenly deleting files on pg_wal, it resulted to a non-recoverable state (with no backups to restore with) so i decided to run the pg_resetwal.exe -f (considering the […]

My postgres database startup has been running for almost 2 days+

This question was migrated from Stack Overflow because it can be answered on Database Administrators Stack Exchange. Migrated 2 days ago. I messed up my pgsql database by mistakenly deleting files on pg_wal, it resulted to a non-recoverable state (with no backups to restore with) so i decided to run the pg_resetwal.exe -f (considering the […]

how to evaluate checkpoints of postgreSQL

I’m newer on postGreSQL. I’m using PG15 on linux server, the server memory is 32G.
the checkpoint_timeout,sharebuffer, wal etc are using default setting on pg_settings.
that means checkpoint_timeout is 5 mins. shared_buffers is 128M.

Move one partition data into default partition

Want to reduce partition by moving to default partition present in table, for that created function which copies the data from partition id to default one but its failing with the error