Re: [QUESTION]Concurrent Access

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: Leví Teodoro da Silva <tlevisilva(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: [QUESTION]Concurrent Access
Date: 2008-07-02 18:42:16
Message-ID: 1215024136.2814.5.camel@laptop.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, 2008-07-02 at 15:31 -0300, Leví Teodoro da Silva wrote:
> we want to use PostGree like the DataBase system,
> but i got some questions.

First of all: Please learn the correct spelling: It is PostgreSQL, or
Postgres.

> I want to know if the PostGree has limitations about the concurrent
> access, because a lot of people will access this database at the same
> time.

PostgreSQL does not force a limit on concurrent access, but it is
dependent on your hardware, network, etc.

> I want to know about the limitations, like how much memory do i have
> to use !?

It depends on the size of your database. See the link below.

> How big could be my database

Depends on your disk ;) There is no PostgreSQL limitation for that.
Well, there is a limit for tables, etc:

http://www.postgresql.org/docs/faqs.FAQ.html#item4.4

-HTH.
--
Devrim GÜNDÜZ
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Marlowe 2008-07-02 18:47:23 Re: [QUESTION]Concurrent Access
Previous Message Leví Teodoro da Silva 2008-07-02 18:31:10 [QUESTION]Concurrent Access