Re: TPCH 100GB - need some help

From: Rod Taylor <pg(at)rbt(dot)ca>
To: Eduardo Almeida <edalmeida(at)yahoo(dot)com>
Cc: Postgresql Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: TPCH 100GB - need some help
Date: 2004-05-14 21:40:23
Message-ID: 1084570822.672.43.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Fri, 2004-05-14 at 14:00, Eduardo Almeida wrote:
> Hi folks,
>
> I need some help in a TPCH 100GB benchmark.

Performance with 7.5 is much improved over 7.4 for TPCH due to efforts
of Tom Lane and OSDL. Give it a try with a recent snapshot of
PostgreSQL.

Otherwise, disable nested loops for that query.

set enable_nestloop = off;

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2004-05-15 04:03:16 Re: numeric data types
Previous Message Jaime Casanova 2004-05-14 21:08:19 numeric data types