Re: [Bizgres-general] Re: faster INSERT with possible
В списке pgsql-performance по дате отправления:
| От | Josh Berkus |
|---|---|
| Тема | Re: [Bizgres-general] Re: faster INSERT with possible |
| Дата | |
| Msg-id | 200507270929.10251.josh@agliodbs.com обсуждение |
| Ответ на | Re: [Bizgres-general] Re: faster INSERT with possible ("Luke Lonergan" <llonergan@greenplum.com>) |
| Ответы |
Re: [Bizgres-general] Re: faster INSERT with possible
Re: [Bizgres-general] Re: faster INSERT with possible Re: [Bizgres-general] Re: faster INSERT with possible |
| Список | pgsql-performance |
Luke, > Well - now that I test it, it appears you are correct, temp table COPY > bypasses WAL - thanks for pointing it out! RIght. The problem is bypassing WAL for loading new "scratch" tables which aren't TEMPORARY tables. We need to do this for multi-threaded ETL, since: a) Temp tables can't be shared by several writers, and b) you can't index a temp table. -- Josh Berkus Aglio Database Solutions San Francisco
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера