Re: Performance and Clustering

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Performance and Clustering
Дата
Msg-id 4BD8E379.8090106@hogranch.com
обсуждение исходный текст
Ответ на Performance and Clustering  (Jaime Rodriguez <jaime.rodriguez@liberux.com>)
Список pgsql-general
Jaime Rodriguez wrote:
> hi,
> Today is my first day looking at PostgreSQL
> I am looking to migrate a MS SQL DB to PostgreSQL :) :)
> My customer requires that DBMS shall support 4000 simultaneous requests

thats a lot of connections and processes.
4000 concurrent queries will be generating a massive IO workload, what
sort of storage system are you planning on using?
4000 sockets from clients making simulatneous queries will generate a
massive network workload.   what sort of networks are you using?


> Also the system to be deploy maybe a cluster, with 12 microprocessors

a single server with 12 CPU cores, no problem.

12 separate servers, you're going to have to resolve some very sticky
issues with transactional integrity of updates and conflict resolution.




В списке pgsql-general по дате отправления:

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: How many threads/cores Postgres can utilise?
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: Performance and Clustering