Verity collection size limitation

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default Verity collection size limitation

    In Verity's document about how to incorporate searching in ColdFusion
    ([url]http://www.verity.com/webex/2004/09/ult_cf_qa_092404.pdf[/url]) they mention that
    there is a 250k size limit on all the collections.

    1) How do I find the size of my collections?
    2) What happens if the collections get larger than 250k?
    3) Does CFMX 7.0 remove this restriction?

    Kind Regards,
    Peter

    SpiderFromMars Guest

  2. Similar Questions and Discussions

    1. PRINT SIZE LIMITATION
      I can't print any file which is bigger than 490mm wide. The error I get says the limit is 490mm. Has anyone come across this before. Adobe support...
    2. ASPupload size limitation
      i have a script using ASPupload, which is currently installed on my host's servers. When i go to upload a file, i cant upload and big file. I was...
    3. Verity collection issues
      I've been using a system for searching in my CF powered apps for some years now, and it works pretty well., but now I've got a bit of a problem with...
    4. verity and database collection
      I am trying to create a Verity collection from a database table using a query. It appears the collection is created but the search never finds any...
    5. list a verity collection
      Hi there, I was wondering if there was any way to create a query or list of a verity collection such that I can see an alphabetized word list of...
  3. #2

    Default Re: Verity collection size limitation

    On 2005-05-05 16:55:52 -0500, "SpiderFromMars"
    <webforumsuser@macromedia.com> said:
    > In Verity's document about how to incorporate searching in ColdFusion
    > ([url]http://www.verity.com/webex/2004/09/ult_cf_qa_092404.pdf[/url]) they mention
    > that there is a 250k size limit on all the collections.
    >
    > 1) How do I find the size of my collections?
    CF 7 tells you in the CF administrator how many documents are in each
    collection. On 6.1 I suppose you could just do a "get all" search on
    your collections and get the record count of the query that's
    returned--there may be an easier way but I don't know of one off the
    top of my head.
    > 2) What happens if the collections get larger than 250k?
    I believe it starts throwing errors. There was a thread about this in
    one of the forums a bit ago; I think it stops letting you run searches
    and sticks an error saying you've gone over the limit in your error
    logs. I haven't ever exceeded the limit myself so I don't know for
    sure what the exact behavior is.
    > 3) Does CFMX 7.0 remove this restriction?
    No, the limitations are the same--125K documents for CF Standard, 250K
    documents for Enterprise. If you need to index more documents than
    that you'd have to look into purchasing a Verity license separate from
    CF.

    Matt
    --
    Matt Woodward
    [email]mpwoodward@gmail.com[/email]
    Team Macromedia - ColdFusion

    mpwoodward *TMM* Guest

  4. #3

    Default Re: Verity collection size limitation

    Does the 250K limit pertain to the number of documents in total or for every
    collection?

    Thanks
    Panagiotis



    "mpwoodward *TMM*" <mpwoodward@gmail.com> wrote in message
    news:d5eces$5ic$1@forums.macromedia.com...
    > On 2005-05-05 16:55:52 -0500, "SpiderFromMars"
    > <webforumsuser@macromedia.com> said:
    >
    >> In Verity's document about how to incorporate searching in ColdFusion
    >> ([url]http://www.verity.com/webex/2004/09/ult_cf_qa_092404.pdf[/url]) they mention
    >> that there is a 250k size limit on all the collections.
    >>
    >> 1) How do I find the size of my collections?
    >
    > CF 7 tells you in the CF administrator how many documents are in each
    > collection. On 6.1 I suppose you could just do a "get all" search on your
    > collections and get the record count of the query that's returned--there
    > may be an easier way but I don't know of one off the top of my head.
    >
    >> 2) What happens if the collections get larger than 250k?
    >
    > I believe it starts throwing errors. There was a thread about this in one
    > of the forums a bit ago; I think it stops letting you run searches and
    > sticks an error saying you've gone over the limit in your error logs. I
    > haven't ever exceeded the limit myself so I don't know for sure what the
    > exact behavior is.
    >
    >> 3) Does CFMX 7.0 remove this restriction?
    >
    > No, the limitations are the same--125K documents for CF Standard, 250K
    > documents for Enterprise. If you need to index more documents than that
    > you'd have to look into purchasing a Verity license separate from CF.
    >
    > Matt
    > --
    > Matt Woodward
    > [email]mpwoodward@gmail.com[/email]
    > Team Macromedia - ColdFusion
    >

    Panagiotis Konstantinidis Guest

  5. #4

    Default Re: Verity collection size limitation

    On 2005-06-21 02:16:30 -0500, "Panagiotis Konstantinidis"
    <panagiotis@melonweb.gr> said:
    > Does the 250K limit pertain to the number of documents in total or for
    > every collection?
    That's total on the server across all collections, not per collection.

    Matt

    --
    Matt Woodward
    [email]mpwoodward@gmail.com[/email]
    Team Macromedia - ColdFusion

    mpwoodward *TMM* Guest

  6. #5

    Default Re: Verity collection size limitation

    If you're indexing a database query, is each line of the query considered a "document" for the purposes of this count?
    jmgreen Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139