Thanks so much... It's the concepts I need to understand. I can easily
google cfindex (already did) and get technical info, but the application of
it is what I'm most concerned with. Ideally, I do it right the first time,
so when a more experienced developer audits my code, they don't find much to
fix.

-Jason

Ps.

Do you have an example statement of how to update an existing index? for
instance, if just a single column of a record in a single table gets
updated, do I have to delete the entire existing index collection for the
entire record, or can I just update a single field??

On Tue, Sep 29, 2009 at 12:41 PM, Nitai @ Razuna <[email protected]> wrote:

>
> :-)
>
> I usually break up things in smaller parts, so I'm more flexible. If
> you would use the 4 indexes you will also have the option to search
> explicitly in only one index, or you could do subsequent searches and
> so on....
>
> Kind Regards,
> Nitai
>
> On Tue, Sep 29, 2009 at 7:37 PM, Jason King <[email protected]>
> wrote:
> > It is starting to make sense.
> >
> > What would be better for performance? 1 set or multiple sets? My guess is
> > that multiple sets might yield better performance since each seek/search
> of
> > each smaller set would (correct me if I am wrong) probably be done within
> > it's own thread and they could all be done simultaneously, rather than
> just
> > one single thread, that would take longer.
>
>
>
>  --
> Razuna SaaS On-Demand - Hosted Digital Asset Management Solution
> http://www.razuna.com/
>
> Razuna - Open Source Digital Asset Management
> http://www.razuna.org/
>
> Follow us on Twitter
> http://twitter.com/sixsigns
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to