Re: Pgsql vs Interbase: Transaction benchmark - Mailing list pgsql-general

From Tom Lane
Subject Re: Pgsql vs Interbase: Transaction benchmark
Date
Msg-id 726.991404866@sss.pgh.pa.us
Whole thread Raw
In response to Pgsql vs Interbase: Transaction benchmark  (Denis Gasparin <denis@edinet.it>)
Responses Re: Pgsql vs Interbase: Transaction benchmark
List pgsql-general
Denis Gasparin <denis@edinet.it> writes:
> All the operations are perfomed in the same table with 1.000.000 of records
> and the searches (those specified by the WHERE clause of SELECT and UPDATE)
> are done only on the primary key of the table itself.

Have you checked (with EXPLAIN) that you're actually getting indexscan
plans?

            regards, tom lane

pgsql-general by date:

Previous
From: Denis Gasparin
Date:
Subject: Pgsql vs Interbase: Transaction benchmark
Next
From: Denis Gasparin
Date:
Subject: Re: Pgsql vs Interbase: Transaction benchmark