| От | Andres Freund |
|---|---|
| Тема | Re: Configure Postgres From SQL |
| Дата | |
| Msg-id | 201007121728.31434.andres@anarazel.de обсуждение исходный текст |
| Ответ на | Configure Postgres From SQL (Tom Wilcox <hungrytom@gmail.com>) |
| Ответы |
Re: Configure Postgres From SQL
|
| Список | pgsql-general |
On Monday 12 July 2010 15:29:14 Tom Wilcox wrote: > Hi, > > Is it possible to configure postgres from SQL? > > I am interested in turning off fsync for a set of queries (that take > ages to run) and then turn fsync back on again afterwards. disabling fsync is nearly never a good idea. What you can change (and that makes quite a bit of sense in some situations) is the "synchronous_commit" setting. What kind of queries are those? Many small transactions? Andres
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера