Re: Large object insert performance.

From: Radoslaw Stachowiak <radek(at)alter(dot)pl>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Large object insert performance.
Date: 2000-09-01 18:51:52
Message-ID: 20000901205151.P5017@blue.alter.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

*** Peter Haight <peterh(at)sapros(dot)com> [Thursday, 24.August.2000, 17:50 -0700]:
> >Peter Haight <peterh(at)sapros(dot)com> writes:
> >> All I'm doing is inserting the large objects.
> >How many LOs are we talking about here?
>
> 400,000. It gets too slow way before that, though. Around 30,000. I'm going
> ahead with storing them in external files with an index in the database.
> That is going very well.
[.rs.]

As Tom suggested it propably caused by FS.

For all people which have to use current LO implementation on Linux I suggest using
reiserfs (file system) which is designed to handle large amount of files
in directiories (used by proxies and all such).

--
radoslaw.stachowiak.........................................http://alter.pl/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mitch Vincent 2000-09-01 18:52:28 Re: Increasing system speed by using -F option
Previous Message Radoslaw Stachowiak 2000-09-01 18:12:08 Re: [Solved] SQL Server to PostgreSQL