| От | Carlo Stonebanks |
|---|---|
| Тема | Re: Performace Optimization for Dummies |
| Дата | |
| Msg-id | efsju4$1fvi$1@news.hub.org обсуждение исходный текст |
| Ответ на | Performace Optimization for Dummies ("Carlo Stonebanks" <stonec.register@sympatico.ca>) |
| Ответы |
Re: Performace Optimization for Dummies
|
| Список | pgsql-performance |
> Did you think about putting the whole data into PostgreSQL using COPY in > a nearly unprocessed manner, index it properly, and then use SQL and > stored functions to transform the data inside the database to the > desired result? This is actually what we are doing. The slowness is on the row-by-row transformation. Every row reqauires that all the inserts and updates of the pvious row be committed - that's why we have problems figuring out how to use this using SQL set logic. Carlo
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера