Skip to main content
1 vote
1 answer
117 views

A process is trying to ALTER a table (to set default column value) in a workflow. It is getting blocked due to postgres auto-vacuum process not releasing a lock (It might be holding a ...
Yashodhan Agnihotri's user avatar
0 votes
1 answer
62 views

The task is as follows - it was necessary to connect to an existing DB that has read access to a certain schema with multiple tables. I am trying to connect to one of the tables (I repeat, only read ...
Vaagn Akopyan's user avatar
0 votes
1 answer
209 views

I am in the process of pg_repacking a huge table (13TB). Following is the info for my setup: pg_total_relation_size (Including indexes) - 13TB pg_table_size - 4TB pg_repack version - 1.4.7 Postgres ...
P_Ar's user avatar
  • 449
2 votes
0 answers
49 views

I have a huge table with a primary key and a btree_gist index. After some years of operation, the performance of selections went constantly down. I assume the gist index is fragmented. When reindexing,...
paul's user avatar
  • 478
-1 votes
1 answer
246 views

I have a database of sufficient size that it does not fit entirely in RAM, including indexes that also exceed RAM capacity. When performing queries, I observe significant differences in processing ...
Doe Jowns's user avatar
  • 302
0 votes
1 answer
422 views

We're using RDS with PostgreSQL engine v12.17 and integration with Datadog. We have multiple databases and have multiple custom queries for these databases. Currently, there is a lot of duplication, ...
Piotr Rzepkowski's user avatar
1 vote
1 answer
165 views

I have postgres 12.18 installed on my Centos 6.9 OS (I know it's too old). I want to upgrade to postgres 14.9, is it possible ? I am trying to install postgres 14 but getting lot of issues. sudo yum ...
Mritunjay's user avatar
0 votes
0 answers
140 views

I have a requirement to route the incoming query to respective DB instances. I'm new to managing Databases. eg: I have 4 Postgres RDS. say rds_master, rds1, rds2 and rds3 rds_master contains schema ...
Kabilan Ravi's user avatar

15 30 50 per page
1
2 3 4 5
41