Re: [PATCHES] hash index improving v3 - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: [PATCHES] hash index improving v3
Date
Msg-id 1220547424.4371.991.camel@ebony.2ndQuadrant
Whole thread Raw
In response to Re: [PATCHES] hash index improving v3  ("Xiao Meng" <mx.cogito@gmail.com>)
List pgsql-hackers
On Thu, 2008-09-04 at 21:03 +0800, Xiao Meng wrote:
> On Thu, Sep 4, 2008 at 10:06 AM, Simon Riggs <simon@2ndquadrant.com>
> wrote:
>         You don't give the text of the query used to do these
>         performance tests,
>         
>         so I can't validate your test results.
> 
> The attachment is the code to generate the text. 
> Just 
> $g++ my-permu-code.cpp
> $./a.out > /tmp/words

That generates the data, fine. What about the test query?

You say you are running this command line pgbench -U postgres -n -f /tmp/query.sql  dict

Where is query.sql?

It doesn't seem a big ask to be shown the SQL statement that is being
executed, so we understand what is going on.

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Training, Services and Support



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Column level privileges was:(Re: Extending grant insert on tables to sequences)
Next
From: Josh Berkus
Date:
Subject: Need more reviewers!