Postgre and Web Request - Mailing list pgsql-general

From Kilmer C. de Souza
Subject Postgre and Web Request
Date
Msg-id 015301c42d4c$882ecf30$2700000a@sistemas02
Whole thread Raw
Responses Re: Postgre and Web Request
Re: Postgre and Web Request
Re: Postgre and Web Request
Re: Postgre and Web Request
List pgsql-general
Hi,


    I am a new user of PostgreSQL and there are some questions about its
performance in a scenario with a high requisition rate

    Lets picture an imaginary scenario:
        In my system (Debian Linux), there are 200.000.000 records on the
database, and a total number of 10.000 diferent users.
                (the manual stated the following: there is a main process
called postmaster. It starts new processes to each different request and
each different user ... I dont understand very well ...  please correct me
if I`m wrong)
        If all users try to access, through WEB, at same time the database,
what happens:
            1. With the OS? Will it crash?
            2. Will the Postmaster process startup 10.000 diferent processes
at the same time?
            3. What about performance? Is there any peformance downgrade?
            4. What is the best solution for this problem?
            5. How many simultaneos requests may the Postmaster open
withouth decreasing perfomance?


        Grettings,
            Kilmer Cruz



pgsql-general by date:

Previous
From: Ned Lilly
Date:
Subject: docs search not working?
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Postgre and Web Request