Improving screen performance in PolicyCenter

To improve performance of certain pages in PolicyCenter such as the Desktop screen, add the following configuration to the <database> element in database-config.xml:

<databasestatistics ....> 
  <tablestatistics name="pc_userroleassign"> 
    <histogramstatistics name="CreateTime" numbuckets="75"/> 
  </tablestatistics>
</databasestatistics>
Note: Guidewire requires that you provide a value for attribute numbuckets. The default value for the number of buckets is 254 for the retired and subtype columns. For all other columns, PolicyCenter uses 75, the database default.