Re: performance of temporary vs. regular tables - Mailing list pgsql-performance

From Pierre C
Subject Re: performance of temporary vs. regular tables
Date
Msg-id op.vdwg4ly6eorkce@apollo13
Whole thread Raw
In response to Re: performance of temporary vs. regular tables  (Joachim Worringen <joachim.worringen@iathh.de>)
List pgsql-performance
> Yes, the "other" reason is that I am not issueing a single SQL command,
> but import data from plain ASCII files through the Pyhton-based
> framework into the database.
>
> The difference between your measurement and my measurent is the upper
> potential of improvement for my system (which has, on the other hand,
> the advantage of being a bit more powerful and flexible than a single
> SQL statement....;-) )

Ah, in that case ... ;)

You could give pypy a try, sometimes it's a lot slower, sometimes it's a
lot faster.

pgsql-performance by date:

Previous
From: "Pierre C"
Date:
Subject: Re: How to insert a bulk of data with unique-violations very fast
Next
From: Torsten Zühlsdorff
Date:
Subject: Re: How to insert a bulk of data with unique-violations very fast