Re: [PERFORM] Question about trigram GIST index

2014-12-18 Thread Giuseppe Broccolo
I'm not sure about the '%' operator, but I'm sure that the GIST index will never be used in the SELECT * FROM users WHERE lower(name) LIKE '%john%'; query; it is used for left or right anchored search, such as 'john%' or '%john'. Giuseppe. --

Re: [PERFORM] pg_statio_all_tables columns

2013-09-30 Thread Giuseppe Broccolo
directly in data persistance on hard driver. Giuseppe. -- Giuseppe Broccolo - 2ndQuadrant Italy PostgreSQL Training, Services and Support giuseppe.brocc...@2ndquadrant.it | www.2ndQuadrant.it -- Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org) To make changes to your

Re: [PERFORM] pg_statio_all_tables columns

2013-09-30 Thread Giuseppe Broccolo
. -- Giuseppe Broccolo - 2ndQuadrant Italy PostgreSQL Training, Services and Support giuseppe.brocc...@2ndquadrant.it | www.2ndQuadrant.it -- Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql

Re: [PERFORM] Reasons for choosing one execution plan over another?

2013-09-11 Thread Giuseppe Broccolo
ble. Maybe, but it's not necessarily true, you could obtain more comparable execution times for the two execution plans changing it, probably increasing them. Giuseppe. -- Giuseppe Broccolo - 2ndQuadrant Italy PostgreSQL Training, Services and Support giuseppe.brocc...@2ndquadrant.it | www.

Re: [PERFORM] Distributed transactions and asynchronous commit

2013-07-17 Thread Giuseppe Broccolo
:02 dev253-3 1751.62 0.43 14012.53 8.00 43.38 24.76 0.01 1.40 14:50:01 dev253-3 1351.72 3225.19 10707.29 10.31 31.91 23.59 0.02 2.93 On Wed, Jul 17, 2013 at 1:09 PM, Giuseppe Broccolo <mailto:giuseppe.brocc...@2ndquadrant.it>&

Re: [PERFORM] Distributed transactions and asynchronous commit

2013-07-17 Thread Giuseppe Broccolo
seppe. -- Giuseppe Broccolo - 2ndQuadrant Italy PostgreSQL Training, Services and Support giuseppe.brocc...@2ndquadrant.it | www.2ndQuadrant.it