NR
Wed May 31 03:31:02 CDT 2006
I am not sure, does it use rushmore technology. In VFP help i couldn't see
rushmore working with SET KEY command. As this command is purely based on set
INDEX so it might be using rushmore.. but i am not sure ..... :( ?
Anyways thanks for helping me.
"christophe" wrote:
> NR,
>
> There is one more option (not the best, but maybe the easiest)
>
> Set Key To
>
> can only be used with indexed filterexpressions.
>
> regards
> christophe
>
> "NR" <NR@discussions.microsoft.com> schreef in bericht
> news:51D6A7A2-9031-4416-AEEF-D021B1F9F744@microsoft.com...
> > Thanks Imaginecorp, for your sugession. I think this is much better
> approach.
> > I am thankful to all of you who has given me his precious time.
> > If there is any more idea please do share with me.
> >
> > "Imaginecorp" wrote:
> >
> > > My approach would be to never use a filter. filters are clunky and tend
> to
> > > crap out with large datasets. Create Indexes on the appropriate fields,
> set
> > > the index off then do a Select....(Rushmore works better with no indexes
> > > set.) Check if Select (query) is optimized with sys(3054).
> > > 10,000 records is nothing. Once it reaches 100,000 or so periodically
> sort
> > > the table by the most common query.
> > > good luck
> > > Mohammed
> > > www.imaginecorp.com/whatwedo.htm
> > >
> > > "NR" <NR@discussions.microsoft.com> wrote in message
> > > news:C6BF2E9C-963D-4C93-96ED-E631FFC9F296@microsoft.com...
> > > >I already have an index on product table and i am sure Rushmore
> technology
> > > > would be working with FILTER command.
> > > > Any thing else i can try?
> > > >
> > > > "Man-wai Chang" wrote:
> > > >
> > > >> > Currently i am using FILTER command to show respective items. But
> it is
> > > >> > getting slow and slow as data is increasing. Right now i have more
> than
> > > >> > 10,000 records in products table and system is not responding quick
> > > >> > enough.
> > > >>
> > > >> Make use of Rushmore. Build an index on the fields of the PRODUCT
> table
> > > >> that needed to be searched by the Category panel.
> > > >>
> > > >> --
> > > >> .~. Might, Courage, Vision, SINCERITY.
http://www.linux-sxs.org
> > > >> / v \ Simplicity is Beauty! May the Force and Farce be with you!
> > > >> /( _ )\ (Ubuntu 5.10) Linux 2.6.16.18
> > > >> ^ ^ 21:59:03 up 7 days 6:59 0 users load average: 1.06 1.16
> 1.24
> > > >> news://news.3home.net news://news.hkpcug.org
> news://news.newsgroup.com.hk
> > > >>
> > >
> > >
> > >
>
>
>
>