~charmers/charms/precise/postgresql/trunk

« back to all changes in this revision

Viewing changes to config.yaml

[pjcd, r=stub] default_statistics_target: new config item; and use it

Show diffs side-by-side

added added

removed removed

Lines of Context:
279
279
        disk caching within the database. (50% to 75% of system memory). This
280
280
        string should be of the format '###MB'. Ignored unless
281
281
        'performance_tuning' is set to 'manual'.
 
282
  default_statistics_target:
 
283
    default: -1
 
284
    type: int
 
285
    description: |
 
286
        Sets the default statistics target for table columns without a
 
287
        column-specific target set via ALTER TABLE SET STATISTICS.
 
288
        Leave unchanged to use the server default, which in recent
 
289
        releases is 100. Ignored unless 'performance_tuning' is 'manual'.
 
290
        Larger values increase the time needed to do ANALYZE, but
 
291
        might improve the quality of the planner's estimates.
282
292
  temp_buffers:
283
293
    default: "1MB"
284
294
    type: string