RE: Why are tables sizes so big?

From: "Trewern, Ben" <Ben(dot)Trewern(at)mowlem(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: RE: Why are tables sizes so big?
Date: 2001-03-07 10:20:51
Message-ID: 996802F75C3CD411B424001083FA445B05954A@CET_PONXX_FP001
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

As an aside you, and anyone else who uses Delphi / C++ builder, may want to
try the components at the following link:

http://www.zeos.dn.ua/develop/zeosdbo-5.2.3-beta.zip

With Homepage:

http://www.zeos.dn.ua

they are replacements for the standard data access components and directly
connect to PostgreSQL (and other dbs). They are still in beta but seem to
work better (and much faster) than ODBC / BDE

Regards

Ben

> -----Original Message-----
> From: God_Of_Pain [mailto:silicontao_roy(at)technologist(dot)com]
> Sent: 05 March 2001 16:35
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] Why are tables sizes so big?
>
>
> I have a Win32 app connecting to a PostgreSQL server via
> Delphi -> BDE ->
> ODBC -> PostgreSQL. The app takes CSV files and stores them on the
> PostgreSQL server. An empty CSV file makes a table that is
> 8kB in size on
> the server and that is fine but for every 1kB of text in the
> CSV file the
> PostgreSQL file gains about 5kB.
>
> The CSV file has 5 text fields that I change to char size 10,
> float, float,
> int and float. That in it's self sould make the data on the
> server much
> smaller, but it is not, it is bigger, why?
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to
> majordomo(at)postgresql(dot)org)
>

Browse pgsql-general by date

  From Date Subject
Next Message Patrick Welche 2001-03-07 10:45:25 Re: Re: epoch <-> timestamp
Previous Message Karel Zak 2001-03-07 08:48:49 Re: [SQL] Re: Re: MySQLs Describe emulator!