Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Database Administrators

Questions tagged [postgresql-13]

Ask Question

Specifically for PostgreSQL version 13

152 questions
Filter by
Sorted by
Tagged with
0votes
1answer
92views

I have a materialized view in postgresql. The one in question is called "Mem_Excav_NoShows".My question is why is the materialized view 1.8G in postgresql, but when loaded in PowerBI ...
0votes
2answers
115views

I’m facing a strange issue with PostgreSQL query performance. The same query runs in under 1 second during certain periods, but takes around 20 seconds at other times. However, the data volume and ...
1vote
1answer
147views

I'm facing a serious issue with my PostgreSQL 13 instance on Windows. I'm unable to open a database in pgAdmin and receive the following error:ERROR: invalid page in block 0 of relation base/16394/...
1vote
1answer
63views

I have a situation on my Postgres 13 db on AWS.8TB of storage60GB of memory that it isn't really usingI regularly check to see if any query is running and if so, kill it.Transaction Log Disk ...
0votes
0answers
82views

I have spent a couple hours digging into documentation, online blogs, and the particular permission settings for this DB. My best lead is https://stackoverflow.com/a/28503453/5419599 (more on that ...
2votes
1answer
82views

I've upgraded the OS on PG database server from Win Server 2012r2 Standard to 2019 Standard. Nothing else was changed. Now I see write throughput deteriorates greatly during peak update times with ...
2votes
2answers
154views

Is there any way to log or find last executed statement from a session that terminated because of idle in transaction timeout? We only have slow statement logging and that did not capture it and we ...
2votes
0answers
48views

We have been facing a problem in an Azure VM running PostgreSQL13 where a recurring issue of disk availability causing statistics collector process to stall for few seconds followed by slow queries. ...
1vote
1answer
166views

We have a PostgreSQL 13 replication cluster where one of the standbys is setup with a recovery_min_apply_delay="x hr", which could be useful in the case of data corruption.For a scenario ...
0votes
1answer
90views

I'm experiencing a problem with loading a PostgreSQL backup file (SQL format).The SQL file has a function that is defined after another function where it's used. PostgreSQL 13.13 can handle such a ...
0votes
0answers
49views

We are facing default temporary tablespace disk space full issue due to lots of below temporary relations files created but not removed after ending session1.1G t756_1536213694.4091.1G ...
1vote
0answers
109views

To calculate replication delay in pgpool, the value is obtained from the view pg_stat_replication.replay_lag.However, sometimes when executing show pool_nodes, it displays a significantly larger ...
0votes
1answer
422views

In my system I found same query called more than 30 times 'idle in transaction' state. Is there any way to to identify the reason of 'idle in transaction'? Should I terminate those query manually ...
0votes
1answer
223views

I ran this explain analyse in my PostgreSQL 13.7 database:explain(analyze, verbose, buffers, settings) select * from main_table; Seq Scan on public.main_table (cost=0.00..10246.15 rows=220715 width=...
0votes
1answer
162views

How to restore some table from pg_dump custom format, and automatically create it's index ?I just restore some tables from database dump (custom format).pg_restore -d database --table=table1 --table=...
Sapta's user avatar

153050per page
1
2345
11

Hot Network Questions

more hot questions
Newest postgresql-13 questions feed

[8]ページ先頭

©2009-2025 Movatter.jp