On Tue, Apr 24, 2012 at 5:33 PM, MB Software Solutions, LLC <[email protected]> wrote: > On 4/24/2012 6:08 PM, Ted Roche wrote: >> And what is the problem you're trying to solve? Are your data scripts >> adding new data (INSERT/UPDATE) or querying (SELECT) and what's the >> problem? I'd guess slow response, but... there's that saying about >> ASSuME.... > > Mostly, it's SELECT queries. I load the data, add the appropriate > indexes on the key fields in my WHERE clauses (very common usually...not > much variance in my queries. E.g.., "...where region = ?cRegion and > expcat = ?cExpcat and product = ?cProduct" so I have a compound index > on region+expcat+product), and then query away. ----------------------
If you have a join in the query then you need to use that column(s) first. What is the size of this data anyway? Why not put this on a true server that has spindles if you are under 50 gig? Your query speed will go up to a great speed I would guess. -- Stephen Russell Sr. Analyst Ring Container Technology Oakland TN 901.246-0159 cell _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cajidmyk5bzaoer555uec7ksqdbogwrx91bgerrmgq0ck9vy...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

