Re: Postgres insert performance and storage requirement compared to Oracle - Mailing list pgsql-performance

From Merlin Moncure
Subject Re: Postgres insert performance and storage requirement compared to Oracle
Date
Msg-id AANLkTik1Acnzpm62XgHADZtZ0sgkxSo=43jKrX7+N_f1@mail.gmail.com
Whole thread Raw
In response to Postgres insert performance and storage requirement compared to Oracle  (Divakar Singh <dpsmails@yahoo.com>)
Responses Re: Postgres insert performance and storage requirement compared to Oracle
List pgsql-performance
On Tue, Oct 26, 2010 at 11:10 PM, Divakar Singh <dpsmails@yahoo.com> wrote:
> Dear All,
> Thanks for your inputs on the insert performance part.
> Any suggestion on storage requirement?
> VACUUM is certainly not an option, because this is something related to
> maintenance AFTER insertion.
> I am talking about the plain storage requirement w.r. to Oracle, which I
> observed is twice of Oracle in case millions of rows are inserted.
> Anybody who tried to analyze the average storage requirement of PG w.r. to
> Oracle?

There isn't much you can to about storage use other than avoid stupid
things (like using char() vs varchar()), smart table layout, toast
compression, etc.  Are you sure this is a problem?

merlin

pgsql-performance by date:

Previous
From: Josh Berkus
Date:
Subject: Re: CPUs for new databases
Next
From: Mladen Gogala
Date:
Subject: Re: Postgres insert performance and storage requirement compared to Oracle