Re: [BUGS] BUG #7494: WAL replay speed depends heavily on the shared_buffers size

2013-08-28 Thread Valentine Gogichashvili
Oh, here is more context about this issue: http://www.postgresql.org/message-id/201208171307.16342.and...@2ndquadrant.com -- Valentin On Wed, Aug 28, 2013 at 1:28 AM, Valentine Gogichashvili wrote: > Hello Andreas, > > it is more then a year now, that I have not returned to that topi

Re: [BUGS] BUG #8404: JDBC block hot standby replication?

2013-08-28 Thread Valentine Gogichashvili
Hello This is a well documented feature of Hot-Standby Replication. see: http://www.postgresql.org/docs/9.2/static/runtime-config-replication.html#RUNTIME-CONFIG-REPLICATION-STANDBY Regards, -- Valentin ვალენტინ გოგიჩაშვილი Valentine Gogichashvili On Wed, Aug 28, 2013 at 2:30 AM, wrote

[BUGS] BUG #7494: WAL replay speed depends heavily on the shared_buffers size

2013-08-27 Thread Valentine Gogichashvili
lly read-only sprocs like now() :) Regards, Valentine Gogichashvili

Re: [BUGS] BUG #7494: WAL replay speed depends heavily on the shared_buffers size

2012-08-16 Thread Valentine Gogichashvili
Hello John, >> we see up to 10x performance increase with bigger shared_buffers in case >> of this database. Main database entities are about 20GB in size and we see >> that performance drops considerably when running with smaller >> shared_buffers smaller then that. >> >> > do you adjust effecti

Re: [BUGS] BUG #7494: WAL replay speed depends heavily on the shared_buffers size

2012-08-16 Thread Valentine Gogichashvili
3039 total With best regards, -- Valentine Gogichashvili On Thu, Aug 16, 2012 at 4:53 PM, Valentine Gogichashvili wrote: > Hello Andreas, > > here is the process, that now actually is not using CPU at all and the > shared_buffers are set to 2GB: > > 50978 postgres 20 0 2288

Re: [BUGS] BUG #7494: WAL replay speed depends heavily on the shared_buffers size

2012-08-16 Thread Valentine Gogichashvili
like to see? Regards, -- Valentin On Wed, Aug 15, 2012 at 4:09 PM, Andres Freund wrote: > Hi, > > On Wednesday, August 15, 2012 12:10:42 PM val...@gmail.com wrote: > > The following bug has been logged on the website: > > > > Bug reference: 7494 > &

Re: [BUGS] BUG #7494: WAL replay speed depends heavily on the shared_buffers size

2012-08-15 Thread Valentine Gogichashvili
Hallo John, On Wed, Aug 15, 2012 at 3:40 PM, John R Pierce wrote: > On 08/15/12 6:36 AM, Bruce Momjian wrote: > >> We warn against making shared buffers > 8GB, and this is perhaps another >> good reason. >> > > I generally keep it at no more than 2gb as I've never found any > performance improve

Re: [BUGS] BUG #7494: WAL replay speed depends heavily on the shared_buffers size

2012-08-15 Thread Valentine Gogichashvili
Hallo Andreas, > Could you try to get a profile of that 100% cpu time? > > Yes I will try to do it. -- Valentine

Re: [BUGS] BUG #6661: out-of-order XID insertion in KnownAssignedXids

2012-06-08 Thread Valentine Gogichashvili
. What I can do, is to switch streaming replication on one of the machines off, and wait :( Would it be possible to somehow generate a workload, that would lead to this a problem? With best regards, -- Valentine Gogichashvili On Thu, Jun 7, 2012 at 6:49 PM, Andres Freund wrote: > On Thursday, J

Re: [BUGS] BUG #6375: tsearch does not recognize all valid emails

2012-06-07 Thread Valentine Gogichashvili
> > This email thread from 2010 has a similar problem: >http://archives.postgresql.org/pgsql-hackers/2010-10/msg00772.php > What is limiting a fix for this is the breaking of existing behavior, > and the breaking of indexes used during pg_upgrade. > I have added your email to the existing T

Re: [BUGS] BUG #6661: out-of-order XID insertion in KnownAssignedXids

2012-06-07 Thread Valentine Gogichashvili
, -- Valentine Gogichashvili On Wed, May 23, 2012 at 10:51 PM, Valentine Gogichashvili wrote: > But no subtransactions with writes (plpgsql + EXCEPTION also counts if does >> DML)? >> >> > On the master, yes. Practically all the stored procedures there are > catching exc

Re: [BUGS] BUG #6661: out-of-order XID insertion in KnownAssignedXids

2012-05-23 Thread Valentine Gogichashvili
Hello Andres, Do you have both, longrunning transactions and transactions with many > subtransactions? > > Yes long running plane SQL queries as well as many short SQL queries running one after another in one long spanning transaction (we are working on eliminating this kind of behavior, but it is

Re: [BUGS] BUG #6661: out-of-order XID insertion in KnownAssignedXids

2012-05-23 Thread Valentine Gogichashvili
> > > 2012-05-22 21:20:27.868 CEST,,,23804,,4fbbe69e.5cfc,130,,2012-05-22 > > 21:18:54 CEST,1/0,0,FATAL,XX000,"out-of-order XID insertion in > > KnownAssignedXids","xlog redo running xacts: nextXid 3674728633 > > latestCompletedXid 3674728632 oldestRunningXid 3674726497; 4 xacts: > > 367472704

Re: [BUGS] BUG #6661: out-of-order XID insertion in KnownAssignedXids

2012-05-22 Thread Valentine Gogichashvili
ST,,,21080,,4fbc2a84.5258,36,,2012-05-23 02:08:36 CEST,1/0,0,FATAL,XX000,"out-of-order XID insertion in KnownAssignedXids","xlog redo running xacts: nextXid 3675658265 latestCompletedXid 3675658264 oldestRunningXid 3675654963; 4 xacts: 3675655620 3675655621 3675655814 3675654963&quo

Re: [BUGS] Can't use WITH in a PERFORM query in PL/pgSQL?

2011-10-20 Thread Valentine Gogichashvili
ECT without INTO in plpgsql, there also would be no PERFORM command in plpgsql... Best regards, -- Valentine Gogichashvili

Re: [BUGS] Can't use WITH in a PERFORM query in PL/pgSQL?

2011-10-19 Thread Valentine Gogichashvili
> > > I suppose you could argue that selecting a value and implicitly throwing > it away is confusing to novices, but on the other hand I've seen a whole > lot of novices confused by the need to write PERFORM instead of SELECT. > I think it wouldn't be an unreasonable thing to just interpret a SELE

Re: [BUGS] BUG #6186: out of memory while analyze

2011-09-01 Thread Valentine Gogichashvili
> > > ssl = false > shared_buffers = 900MB # min 128kB > work_mem = 100MB# min 64kB > maintenance_work_mem = 524MB# min 1MB > fsync = off # turns forced synchronization on > or off > synchronous_commit = off

Re: [BUGS] BUG #5644: Selecting ROW() in variable with 9.0 not compatible with 8.4

2010-09-10 Thread Valentine Gogichashvili
migration, or in 8.4 to use the rec.var := ( SELECT ROW(..) .. ); syntax. With my best regards, -- Valentine Gogichashvili On Wed, Sep 8, 2010 at 5:42 PM, Tom Lane wrote: > Valentine Gogichashvili writes: > > CREATE TYPE ta AS (a1 integer, a2 text); > > CREATE TYPE tb AS (b1

Re: [BUGS] BUG #5644: Selecting ROW() in variable with 9.0 not compatible with 8.4

2010-09-08 Thread Valentine Gogichashvili
SELECT 100, 'a' INTO b.b2; -- ok in 9.0 but fails in 8.4 [ERROR: cannot assign non-composite value to a row variable] RAISE INFO 'b is %', b; END $DOIT$; select public.foo(); ROLLBACK; Best ragards, -- Valentine Gogichashvili On Sun, Sep 5, 2010 at 5:27 PM, Tom Lane

[BUGS] BUG #5644: Selecting ROW() in variable with 9.0 not compatible with 8.4

2010-09-05 Thread Valentine Gogichashvili
The following bug has been logged online: Bug reference: 5644 Logged by: Valentine Gogichashvili Email address: val...@gmail.com PostgreSQL version: 9.0RC1 Operating system: linux Description:Selecting ROW() in variable with 9.0 not compatible with 8.4 Details

Re: [BUGS] Re: BUG #5602: Recovering from Hot-Standby file backup leads to the currupted indexes

2010-08-12 Thread Valentine Gogichashvili
Hi, Actually full_page_write being turned off on the master is probably a problem. -- Valentine On Thu, Aug 12, 2010 at 9:43 AM, Fujii Masao wrote: > On Thu, Aug 12, 2010 at 4:18 PM, Simon Riggs > wrote: > > The safest approach is to > > > > 1. run pg_start_backup() on master, remember LSN >

[BUGS] BUG #5574: PANIC on hot-standby: heap_update_redo

2010-07-27 Thread Valentine Gogichashvili
The following bug has been logged online: Bug reference: 5574 Logged by: Valentine Gogichashvili Email address: val...@gmail.com PostgreSQL version: 9.0beta3 Operating system: RedHat Linux (2.4.21-53.ELsmp) Description:PANIC on hot-standby: heap_update_redo Details

[BUGS] BUG #5465: dblink TCP connection hangs blocking translation from being terminated

2010-05-19 Thread Valentine Gogichashvili
The following bug has been logged online: Bug reference: 5465 Logged by: Valentine Gogichashvili Email address: val...@gmail.com PostgreSQL version: 8.2.1 Operating system: Red Hat 3.4.6-3 (kernel 2.6.9-42.0.3.ELsmp) Description:dblink TCP connection hangs blocking

Re: [BUGS] BUG #4613: intarray_del_elem returns an invalid empty array (for nullif comparison)

2009-01-14 Thread Valentine Gogichashvili
ons working with one dimension integer arrays, it could return a really empty array with construct_empty_array() if the num is 0 instead of doing the resize as it is done now. With best regards, -- Valentine Gogichashvili On Tue, Jan 13, 2009 at 7:22 PM, Tom Lane wrote: > "Valentine Gogi

[BUGS] BUG #4613: intarray_del_elem returns an invalid empty array (for nullif comparison)

2009-01-13 Thread Valentine Gogichashvili
The following bug has been logged online: Bug reference: 4613 Logged by: Valentine Gogichashvili Email address: val...@gmail.com PostgreSQL version: 8.3.1 Operating system: Debian Linux (kernel 2.6.8) Description:intarray_del_elem returns an invalid empty array (for

[BUGS] BUG #4319: lower()/upper() does not know about UNICODE case mapping

2008-07-21 Thread Valentine Gogichashvili
The following bug has been logged online: Bug reference: 4319 Logged by: Valentine Gogichashvili Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.1 Operating system: SuSE Linux (kernel 2.6.13-15.11-default) Description:lower()/upper() does not know about

[BUGS] BUG #3942: Related to BUG #2568 and BUG #2859: VACUUM process hangs and does not respond to the kill signals

2008-02-08 Thread Valentine Gogichashvili
The following bug has been logged online: Bug reference: 3942 Logged by: Valentine Gogichashvili Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.3 Operating system: Linux 2.6.8 SMP Description:Related to BUG #2568 and BUG #2859: VACUUM process hangs and does