Re: [BUGS] BUG #3479: contraint exclusion and locks

2007-11-01 Thread Tiago Daniel Jacobs
Hi, why if I REINDEX a inherited table, all tables are locked? Example: [conn #1]     REINDEX TABLE month_a; [conn #2]     PREPARE updt as update month_b set col_a=1 where col_b=$1; The query on conn#2 waits. regards, Tiago Tom Lane escreveu: "Tiago Jacobs" <[EMAIL PROTECTED]> writes:

Re: [BUGS] BUG #3657: Performance leaks when using between of two equal dates

2007-10-08 Thread Tiago Daniel Jacobs
I`m sorry, but why work around? The overhead of "99%" of cases is so bigger? What about an "option" like constraint exclusion... I've worked around also, but would like to see this topic in a TODO or further implementation. Thanks by patience. Kevin Grittner escreveu:

Re: [BUGS] BUG #3657: Performance leaks when using between of two equal dates

2007-10-06 Thread Tiago Daniel Jacobs
ork as the same as "="  operator. But, if it is not a BUG, i'm so sorry! Best Regards, Tiago Tom Lane escreveu: Alvaro Herrera <[EMAIL PROTECTED]> writes: Tiago Daniel Jacobs wrote: "-> Index Scan using idx_agreg_sig_2007_09__data

[BUGS] BUG #3657: Performance leaks when using between of two equal dates

2007-10-05 Thread Tiago Daniel Jacobs
The following bug has been logged online: Bug reference: 3657 Logged by: Tiago Daniel Jacobs Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4 Operating system: Linux Description:Performance leaks when using between of two equal dates Details: Hi, please

Re: [BUGS] BUG #3479: contraint exclusion and locks

2007-07-23 Thread Tiago Daniel Jacobs
Tom and Gregory.  U're right! The problem is that we're using constraints for partitioned tables and by definition, a partition never, absolutely never, can affect the entire system. But I think that we have nothing to do about this. There are plans to another kind of partitioning? If yes, I w