Re: [pgsql-advocacy] MySQL vs PG TPC-H benchmarks - Mailing list pgsql-performance

From Tom Lane
Subject Re: [pgsql-advocacy] MySQL vs PG TPC-H benchmarks
Date
Msg-id 7444.1082649288@sss.pgh.pa.us
Whole thread Raw
In response to Re: [pgsql-advocacy] MySQL vs PG TPC-H benchmarks  (Eduardo Almeida <edalmeida@yahoo.com>)
Responses Re: [pgsql-advocacy] MySQL vs PG TPC-H benchmarks  (Markus Bertheau <twanger@bluetwanger.de>)
List pgsql-performance
Eduardo Almeida <edalmeida@yahoo.com> writes:
> About 7hs:30min to load the data and 16:09:25 to
> create the indexes

You could probably improve the index-create time by temporarily
increasing sort_mem.  It wouldn't be unreasonable to give CREATE INDEX
several hundred meg to work in.  (You don't want sort_mem that big
normally, because there may be many sorts happening in parallel,
but in a data-loading context there'll just be one active sort.)

            regards, tom lane

pgsql-performance by date:

Previous
From: Grega Bremec
Date:
Subject: Re: [pgsql-advocacy] MySQL vs PG TPC-H benchmarks
Next
From: Pallav Kalva
Date:
Subject: Setting Shared Buffers , Effective Cache, Sort Mem Parameters