<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Why not have a caching get-instance-count function instead?<br>
<div><div></div><div class="h5"><br>
  Leslie<br>
<br></div></div></blockquote></div><br>I doubt that will work well for datasets on which people are adding/deleting records. If we just cache the count, then we will need to do a recount every time some one adds/deletes some records, which will halt the site for a while. I thought it is better to update the persistent count slot when the records are deleted/added so we won't need to do count at all (unless when the count is inconsistent with the dataset).<br>