Re: [QUESTION]Concurrent Access - Mailing list pgsql-performance

From Devrim GÜNDÜZ
Subject Re: [QUESTION]Concurrent Access
Date
Msg-id 1215024136.2814.5.camel@laptop.gunduz.org
Whole thread Raw
In response to [QUESTION]Concurrent Access  ("Leví Teodoro da Silva" <tlevisilva@gmail.com>)
List 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


Attachment

pgsql-performance by date:

Previous
From: "Leví Teodoro da Silva"
Date:
Subject: [QUESTION]Concurrent Access
Next
From: "Scott Marlowe"
Date:
Subject: Re: [QUESTION]Concurrent Access