<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Rich Megginson wrote:<br>
    </div>
    <blockquote cite="mid:522A439A.8030604@redhat.com" type="cite">Please
      review and comment:
      <br>
      <br>
      <a class="moz-txt-link-freetext" href="http://port389.org/wiki/Design/Fine_Grained_ID_List_Size">http://port389.org/wiki/Design/Fine_Grained_ID_List_Size</a>
      <br>
      <br>
      --
      <br>
      389-devel mailing list
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:389-devel@lists.fedoraproject.org">389-devel@lists.fedoraproject.org</a>
      <br>
      <a class="moz-txt-link-freetext" href="https://admin.fedoraproject.org/mailman/listinfo/389-devel">https://admin.fedoraproject.org/mailman/listinfo/389-devel</a><br>
    </blockquote>
    Hi Rich,<br>
    <br>
    A nice design!  It looks promising to solve the sticky problems.<br>
    <br>
    Can I add a request -- a flag or something to the value to switch
    the behaviour?  E.g.,<br>
    <pre>nsIndexIDListScanLimit: maxsize[:indextype]<font color="#cc0000"><i>[:flags]</i></font>[:value[,value...]]</pre>
    The flags could be KEYWORD_1|KEYWORD_2|...  By default, no flags.<br>
    <br>
    I only have one use case for now, but we may want to apply the scan
    limit only when the specific filter is in AND, i.e.,
    (&amp;(objectclass=inetorgperson)(uid=UserA)), but not to the
    standalone filter (objectclass=inetorgperson).  This could be useful
    when DB stores millions of inetorgperson's as well as millions of
    other objectclasses.  But not useful at all, if 99% of the entries
    are inetorgperson.  So, for example, the keyword could be ANDONLY...?<br>
    <br>
    Thanks,<br>
    --noriko<br>
  </body>
</html>