Re: Inefficient escape codes.

From: Rodrigo Madera <rodrigo(dot)madera(at)gmail(dot)com>
To: Nörder-Tuitje, Marcus <noerder-tuitje(at)technology(dot)de>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Inefficient escape codes.
Date: 2005-10-25 16:03:19
Message-ID: 3cf983d0510250903l6eb5b3dfsda46190f3e7fd289@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Ok, thanks for the limits info, but I have that in the manual. Thanks.

But what I really want to know is this:

1) All large objects of all tables inside one DATABASE is kept on only one
table. True or false?

Thanks =o)
Rodrigo

On 10/25/05, Nörder-Tuitje, Marcus <noerder-tuitje(at)technology(dot)de> wrote:
>
> oh, btw, no harm, but :
> having 5000 tables only to gain access via city name is a major design
> flaw.
> you might consider putting all into one table working with a distributed
> index over yer table (city, loc_texdt, blobfield); creating a partitioned
> index over city.
> best regards
>
> -----Ursprüngliche Nachricht-----
> *Von:* pgsql-performance-owner(at)postgresql(dot)org [mailto:
> pgsql-performance-owner(at)postgresql(dot)org]*Im Auftrag von *Rodrigo Madera
> *Gesendet:* Montag, 24. Oktober 2005 21:12
> *An:* pgsql-performance(at)postgresql(dot)org
> *Betreff:* Re: [PERFORM] Inefficient escape codes.
>
> Now this interests me a lot.
>
> Please clarify this:
>
> I have 5000 tables, one for each city:
>
> City1_Photos, City2_Photos, ... City5000_Photos.
>
> Each of these tables are: CREATE TABLE CityN_Photos (location text, lo_id
> largeobectypeiforgot)
>
> So, what's the limit for these large objects? I heard I could only have 4
> billion records for the whole database (not for each table). Is this true?
> If this isn't true, then would postgres manage to create all the large
> objects I ask him to?
>
> Also, this would be a performance penalty, wouldn't it?
>
> Much thanks for the knowledge shared,
> Rodrigo
>
>
>

Browse pgsql-performance by date

  From Date Subject
Next Message Michael Fuhr 2005-10-25 16:04:08 Re: impact of stats_command_string
Previous Message Kishore B 2005-10-25 15:04:21 Re: Why Index is not working on date columns.