| От | Alex Satrapa |
|---|---|
| Тема | Re: Is autocommit=true bad? |
| Дата | |
| Msg-id | 4016F3B9.5020403@lintelsys.com.au обсуждение исходный текст |
| Ответ на | Is autocommit=true bad? (Net Llama! <netllama@linux-sxs.org>) |
| Список | pgsql-general |
Net Llama! wrote: > At any rate, are there any negative consequences to setting setting > autocommit=true, such as performance hits (and the obvios filling up > diskspace because of the logging)? The greatest negative consequence will be that the code obviously isn't doing what the programmers think it's doing. The log entry is occuring because someone is issuing a COMMIT somewhere - obviously expecting that they're in a transaction at that point. Check the code, and consider turning autocommit off if it looks like you need a transaction over more than one statement.
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера