| От | Tom Lane |
|---|---|
| Тема | Re: MVCC for massively parallel inserts |
| Дата | |
| Msg-id | 6371.1073355961@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | MVCC for massively parallel inserts (Steven D.Arnold <stevena@neosynapse.net>) |
| Ответы |
Re: MVCC for massively parallel inserts
|
| Список | pgsql-general |
"Steven D.Arnold" <stevena@neosynapse.net> writes:
> So I really need many of the machines in the cluster to be
> able to simultaneously insert. Is this practicable in a clustered
> environment for Postgres?
No.
You are mistaken to think that CPU is the bottleneck, anyway. It is
going to be disk bandwidth that's your problem, and throwing more CPUs
at it would not help. If your insert load exceeds the available disk
bandwidth, I think you have little choice but to figure out a way to
divide the workload among multiple independent databases.
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера