Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Performance > Re: [QUESTION]C...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 5 Topic 4150 of 4352
Post > Topic >>

Re: [QUESTION]Concurrent Access

by scott.marlowe@[EMAIL PROTECTED] ("Scott Marlowe") Jul 2, 2008 at 12:47 PM

On Wed, Jul 2, 2008 at 12:31 PM, Lev=ED Teodoro da Silva
<tlevisilva@[EMAIL PROTECTED]
> wrote:
> Hi guys, How are you ?
>
>
> I am from Brazil and i work for a little company and it company is
working
> is medium-big project and we want to use PostGree like the DataBase
syste=
m,
> but i got some questions.
> I want to know if the PostGree has limitations about the concurrent
acces=
s,
> because a lot of people will access this database at the same time.
> I want to know about the limitations, like how much memory do i have to
u=
se
> !? How big could be my database and how simultaneously access this
databa=
se
> sup****t ?

There is a limit that's basically determined by the machine you're
running on.  Each live connection uses a bit of memory itself and
there can be a few thundering herd issues with a lot of connections.
that said, a big server, properly configured can handle several
hundred to a few thousand connections at once.  We have simple little
session servers that store most of what they do in memory and handle
around 700 connections with a single SATA hard drive.  The data is
disposable so fsync is off and we can just rebuilt one from an image
in minutes if need be.

--=20
Sent via pgsql-performance mailing list (pgsql-performance@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance
 




 5 Posts in Topic:
[QUESTION]Concurrent Access
tlevisilva@[EMAIL PROTECT  2008-07-02 15:31:10 
Re: [QUESTION]Concurrent Access
devrim@[EMAIL PROTECTED]   2008-07-02 21:42:16 
Re: [QUESTION]Concurrent Access
scott.marlowe@[EMAIL PROT  2008-07-02 12:47:23 
Re: [QUESTION]Concurrent Access
lists@[EMAIL PROTECTED]   2008-07-03 14:56:27 
Re: [QUESTION]Concurrent Access
Chris Browne <cbbrowne  2008-07-04 12:58:48 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sun Oct 12 14:39:20 CDT 2008.