Re: Inefficient escape codes. - Mailing list pgsql-performance

From Rodrigo Madera
Subject Re: Inefficient escape codes.
Date
Msg-id 3cf983d0510241211w4f577241v33aab8feda4f604f@mail.gmail.com
Whole thread Raw
In response to Inefficient escape codes.  (Rodrigo Madera <rodrigo.madera@gmail.com>)
List pgsql-performance
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



pgsql-performance by date:

Previous
From: "Craig A. James"
Date:
Subject: Re: Used Memory
Next
From: Scott Marlowe
Date:
Subject: Re: Used Memory