provides software and services that enable enterprises
Live Chat 1-888-673-6564

Open Source Software Technical Articles

  • Home
  • Search
  • Contact Us
  • Products and Support
  • Services
  • Enterprise OSS Blog
  • Wazi Technical Blog
  • About Wazi
  • Attributions and Licensing
  • Supply Chain Compliance
  • How to Contribute
  • Contributors
  • Resources Library
  • Cloud Services
  • Partners
  • Customers
  • Community
  • Company
  • Careers
  • News and Events

Subscribe to Wazi by Email

Your email:


Enterprise Developer Support 24 x 7, Get a Support Quote Now!


click-here-to-chat-with-an-online-representative

download-oss-discovery

Latest Posts

  • The secret to great reporting with Drupal 7
  • A more colorful LibreOffice unveiled
  • Toward a more colorful LibreOffice
  • Flexible administration with Puppet's Facter and templates
  • Knock for OpenSSH
  • Get more out of phpMyAdmin
  • Image annotation in GIMP, Dia, and OpenOffice Draw
  • Solr, Drupal 7, and faceted search
  • Using FreeNAS' new full disk encryption for ZFS
  • Create distributed storage with Gluster

Connect with Us!

Current Articles | RSS Feed RSS Feed

PostgreSQL FAQ

Posted by Technical Support Team on Wed, Apr 01, 2009
  
Email This Email Article  
Tweet  
  

The OpenLogic Technical Support Team fields lots of questions on PostgreSQL and over 500 other open source packages. They’ve distilled decades of experience and hundreds of PostgreSQL support issues down to the most common questions.

 

19a98812-f823-48dc-841e-bf029c63c6d7

 

General Questions
Is it possible to completely disable the operational behavior of bgwriter_all_percent? To disable bgwriter_all_percent and/or bgwriter_max_pages completely, set both maxpages values and/or both percent values to zero in postgresql.conf, the configuration file.
Is there any way to prevent lazy_truncate_heap() from executing? The best solution for this known issue is to update to the 8.x branch.
Can VACUUM execution occur at a time when SELECTS will not occur? Beginning with version 8, PostgreSQL has been enhanced to prevent VACUUM from blocking SELECTS. We strongly recommend updating to version 8 or higher as it includes many new options for tuning VACUUM.
How do I disable bgwriter_all_percent and enable only bg_writer_max_pages, or enable only bgwriter_all_percent? To quit the behavior (operation) of bgwriter_all_percent completely, use any one of the following sets of settings:

---------------------------------------------------------
bgwriter_all_percent = 0
bgwriter_all_maxpages = 0
---------------------------------------------------------
bgwriter_all_percent = .333
bgwriter_all_maxpages = 0
---------------------------------------------------------
bgwriter_all_percent = 0
bgwriter_all_maxpages = 5
---------------------------------------------------------


In the case of bgwriter_lru, use any one of the same combinations, as indicated below.

---------------------------------------------------------
bgwriter_lru_percent = 0
bgwriter_lru_maxpages = 0
---------------------------------------------------------
bgwriter_lru_percent = .333
bgwriter_lru_maxpages = 0
---------------------------------------------------------
bgwriter_lru_percent = 0
bgwriter_lru_maxpages = 5
---------------------------------------------------------

For additional information, please reference the PostgreSQL documentation on this issue at http://www.postgresql.org/docs/current/static/runtime-config-resource.html, or contact OpenLogic customer support.



Follow @openlogic
Follow @CloudSwing

This work is licensed under a Creative Commons Attribution 3.0 Unported License
Creative Commons License.Follow @openlogic
Follow @OSCloudServices

This work is licensed under a Creative Commons Attribution 3.0 Unported License
Creative Commons License.
Tags: Technical, PostgreSQL, FAQ

Comments

Currently, there are no comments. Be the first to post one!
Post Comment
Name
 *
Email
 *
Website (optional)
Comment
 *

Allowed tags: <a> link, <b> bold, <i> italics

Loading...
Error sending email
Email sent successfully

Email article
Email To : 
Your name : 
Message : (maximum 200 characters)
Home | Search | Contact Us | Products and Support | Services | Enterprise OSS Blog | Wazi Technical Blog | Resources Library | Cloud Services | Partners | Customers | Community | Company | Careers | News and Events
Products
OpenLogic Exchange (OLEX)
License Compliance Module
OSS Discovery
OSS Deep Discovery
OpenUpdate
Services
Open Source Support
CentOS Support
Scanning & Compliance
Open Source Training
Professional Services
Solutions
Support & Indemnification
Open Source Governance
Open Source Scanning
Open Source Provisioning
Consulting & Training
Contact Us
1-888-673-6564


© 2013 OpenLogic, Inc. All rights reserved.
Site Map  |  Privacy Policy