Обсуждение: number of connections

Поиск
Список
Период
Сортировка

number of connections

От
Rubén F.
Дата:
Hi! <br /><br />First of all, excuse my english...<br /><br />I have a doubt. I am designing a program for manage CV's.
Thisprogram connect with a PostgresDB. This program will be used for 5,000 persons becaus it will be used in a
University.Then, ¿how many actives connection could be postgres? ¿does it support a very big cuantity of
information?<br/><br />Possibly, in the future, the program will grow up with more information and more users. ¿can i
usein this case postgres?¿has it a good scalability?<br /><br />Thank you.<br /><br />Ruben FS<br /> 

Re: number of connections

От
"Brendan Jurd"
Дата:
On Tue, Jan 20, 2009 at 2:44 AM, Rubén F. <rfs1986@gmail.com> wrote:
> I have a doubt. I am designing a program for manage CV's. This program
> connect with a PostgresDB. This program will be used for 5,000 persons
> becaus it will be used in a University. Then, ¿how many actives connection
> could be postgres? ¿does it support a very big cuantity of information?

Hi Ruben,

Good questions, but you might want to ask them on the
pgsql-general@postgresql.org mailing list or the IRC channel.  The
hackers list is reserved for discussion of postgres development.

Cheers,
BJ