[PERFORM] DBT5 execution failed due to undefined symbol: PQescapeLiteral

2013-08-15 Thread amul sul
Hello , I am trying to run DBT5 to test performance of PG9.2.4, But execution failed due to undefined symbol: PQescapeLiteral error in /bh/bh.out Full error as follow:  -- dbt5 - Brokerage House Listening on port: 3 Using

Re: [PERFORM] Need some basic information

2013-08-15 Thread Josh Berkus
> We are using Hibernate in Java to interact with Postgres 9.1. > > Can you please suggest some test cases or some issues which may hamper us? Port your application and run your smoke tests? -- Josh Berkus PostgreSQL Experts Inc. http://pgexperts.com -- Sent via pgsql-performance mailing

Re: [PERFORM] Index on a range array

2013-08-15 Thread Heikki Linnakangas
On 13.08.2013 23:47, Daniel Cristian Cruz wrote: Hello, I'm trying to simplify a schema, where I had many ranges floating around. My idea is to put them all in an array field and query like this: SELECT event.* FROM event JOIN participant_details USING (participant_id) WHERE tsrange(event