Postgre and Web Request

Поиск
Список
Период
Сортировка
От Kilmer C. de Souza
Тема Postgre and Web Request
Дата
Msg-id 015301c42d4c$882ecf30$2700000a@sistemas02
обсуждение исходный текст
Ответы Re: Postgre and Web Request  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Postgre and Web Request  (Bill Moran <wmoran@potentialtech.com>)
Re: Postgre and Web Request  ("John Sidney-Woollett" <johnsw@wardbrook.com>)
Re: Postgre and Web Request  (Paul Tillotson <pntil@shentel.net>)
Список 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 по дате отправления:

Предыдущее
От: Ned Lilly
Дата:
Сообщение: docs search not working?
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Postgre and Web Request