Re: How to use search_path in CASE

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: How to use search_path in CASE
Date: 2010-07-02 07:17:06
Message-ID: 20100702071705.GE15961@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

In response to Lennart Ripke :
> Hello Tom,
>
> If I rethink schema design I'm concerned about performance: There will
> be about 100thousand lines in each foo table. I hoped performance will
> be better with separate tables rather than a single one. Do you have
> any suggestions/experience on this?

100 thousand Rows per table isn't soo much, and you can use
table-partitioning with constraint exclusion.

Regards, Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Thom Brown 2010-07-02 07:49:43 Re: null vs empty string
Previous Message Lennart Ripke 2010-07-02 06:51:38 Re: How to use search_path in CASE