Ask a Question related to Macromedia ColdFusion, Design and Development.
-
SpiderFromMars #1
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
-
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... -
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... -
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... -
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... -
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... -
mpwoodward *TMM* #2
Re: Verity collection size limitation
On 2005-05-05 16:55:52 -0500, "SpiderFromMars"
<webforumsuser@macromedia.com> said:
CF 7 tells you in the CF administrator how many documents are in each> 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?
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.
I believe it starts throwing errors. There was a thread about this in> 2) What happens if the collections get larger than 250k?
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.
No, the limitations are the same--125K documents for CF Standard, 250K> 3) Does CFMX 7.0 remove this restriction?
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
-
Panagiotis Konstantinidis #3
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
-
mpwoodward *TMM* #4
Re: Verity collection size limitation
On 2005-06-21 02:16:30 -0500, "Panagiotis Konstantinidis"
<panagiotis@melonweb.gr> said:
That's total on the server across all collections, not per collection.> Does the 250K limit pertain to the number of documents in total or for
> every collection?
Matt
--
Matt Woodward
[email]mpwoodward@gmail.com[/email]
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest
-
jmgreen #5
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



Reply With Quote

