Re: ]OT] Database structure question

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "Joey K(dot)" <pguser(at)gmail(dot)com>
Cc: "General PostgreSQL List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: ]OT] Database structure question
Date: 2008-09-26 13:36:11
Message-ID: dcc563d10809260636u44dc2133oa36b1330ba0abfb0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Sep 26, 2008 at 12:46 AM, Joey K. <pguser(at)gmail(dot)com> wrote:

After reading all your requirements, I have a question, will you be
hosting the app yourself, or will your customers be hosting it? If
you are, then the security issues you bring up are inconsequential, as
it will be code you control the accesses the db.

Oracle most certainly supports schemas. Most modern DBs do. Only one
I can think of that doesn't is MySQL.

Text in pgsql is automagically compressed if it's large enough (> 4k
or so) with an algorithm that is fast but will compress down fairly
well.

Using multiple databases means that any connection pooling will have
to have separate pools to each database, greatly increasing the number
of open connections. Schemas can do pretty much what multiple
databases can do in pgsql.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2008-09-26 13:40:00 Re: PL/PGSQL - character varying as function argument
Previous Message Chris Baechle 2008-09-26 13:35:08 PL/PGSQL - character varying as function argument