Hi
remove_useless_join does not prove uniqueness if the unique index is partial,
and therefore wont remove the join if no columns are referenced (see example in
bottom).
I have been trying to look around the source code and from what I have
identified the problem seems to be that "check_index_
Hi
I have some simple INSERT / UPDATE queries, that takes a long time the first
time they are run in out test environment, but I'm not sure what postgres is
doing and what I can do to help it. Whats common is that the table contains
many rows in the order of about 20 millions.
Query:
INSERT
Here is some data from our production. I hope it can be of any use to you.
- System 1:
hiper=> select
bucket
,count(*) entries
,max(calls) max_calls
,round(sum(total_time)) total_time
,round((100*sum(total_time)/avg(total_total_time))::numeric,2) pc
Hi
It seems that the recovery thread(streaming replication) and sql queries
against a postgresql hot standby can produce a deadlock.
If you have conflicting statements running on master and slave, you can end up
with queries on the slave waiting for locks of the recovery thread and the
recov
Hi
It seems that the recovery thread(streaming replication) and sql queries
against a postgresql hot standby can produce a deadlock.
If you have conflicting statements running on master and slave, you can end up
with queries on the slave waiting for locks of the recovery thread and the
recov