Re: Removing duplicate records from a bulk upload (rationale behind selecting a method)
В списке pgsql-general по дате отправления:
| От | David G Johnston |
|---|---|
| Тема | Re: Removing duplicate records from a bulk upload (rationale behind selecting a method) |
| Дата | |
| Msg-id | 1418409627311-5830353.post@n5.nabble.com обсуждение исходный текст |
| Ответ на | Re: Removing duplicate records from a bulk upload (rationale behind selecting a method) (John McKown <john.archie.mckown@gmail.com>) |
| Список | pgsql-general |
John McKown wrote > I don't > know, myself, why this would be faster. But I'm not any kind of a > PostgreSQL expert either. It is faster because PostgreSQL does not have native parallelism. By using a%n in a where clause you can start n separate sessions and choose a different value of n for each one and manually introduce parallelism into the activity. Though given this is going to likely be I/O constrained the possible gains do not scale lineally with the number of sessions - which themselves effectively max out at the number of cores available to the server. David J. -- View this message in context: http://postgresql.nabble.com/Re-Removing-duplicate-records-from-a-bulk-upload-rationale-behind-selecting-a-method-tp5829682p5830353.html Sent from the PostgreSQL - general mailing list archive at Nabble.com.
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера