RE: Slow query on a one-tuple table

2019-09-19 Thread Igor Neyman
With LIMIT 1, I get 3 shared buffers hit, pretty much always. Check if assessoria_pkey index is bloated. Regards, Igor Neyman

RE: Slow query on a one-tuple table

2019-09-19 Thread Igor Neyman
you repeat it with "LIMIT 1"? Notice huge difference in "buffers hit" while doing (the same) Index Scan in two plans. Regards, Igor Neyman

RE: Max_connections limit

2019-06-26 Thread Igor Neyman
umber of allowed connections in PG config to about 50, while allowing thousands client connection when configuring PgBouncer. Regards, Igor Neyman

RE: Planning performance problem (67626.278ms)

2019-04-08 Thread Igor Neyman
solves the problem only temporarily. Question is how can we debug what is going on? Best Regards, Krzysztof PƂocharz ___ Why do you have to run Analyze? Did you turn off Autovacuum? Regards, Igor Neyman

RE: PG 9.5 2 tables same DDL with diff size

2018-01-10 Thread Igor Neyman
to lock the table, they could just prevent from cleaning "old" row versions. Regards, Igor Neyman

RE: PG 9.5 2 tables same DDL with diff size

2018-01-10 Thread Igor Neyman
diff size except the host ( same OS and PG version 9.5.3)? Thank you Table is still bloated because of some long running transactions, which don't allow full vacuum to do its job? Regards, Igor

RE: pg_dump 3 times as slow after 8.4 -> 9.5 upgrade

2017-11-21 Thread Igor Neyman
From: Henrik Cednert (Filmlance) [mailto:henrik.cedn...@filmlance.se] Sent: Tuesday, November 21, 2017 11:48 AM To: pgsql-performance@lists.postgresql.org Subject: Re: pg_dump 3 times as slow after 8.4 -> 9.5 upgrade I VACUUM every sunday so that is done already. =/ Not sure I have the proper