Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexing Daydream
Message
From
03/05/1999 07:42:20
Kenneth Downs
Secure Data Software, Inc.
New York, United States
 
 
To
01/05/1999 08:07:22
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00213836
Message ID:
00214506
Views:
25
John,

>> Is there any way to reduce the number of indexes? An index on every field?? Ouch. You might want to consider doing some research on data
organization and indexing as pertains to data warehousing. Data warehousing techniques and theory may help you find a better way to manage and
organize the data. <<

I'll have to look into this. The information is demographic and is received from an outside source. Worse, in the coming months we will receive tables on the order of 80 million records.

The one-index-per-field strategy is for a simple reason, information may be pulled based on any single field. Nevertheless, it is often pulled on more than one, rendering the many single indexes nearly valueless in optimization.

You are correct, it is likely more than an indexing question, but more of a data warehousing question.

>> Perhaps, also, you could spawn several child tables that offload data from the main and maintain separate indexes for each. You could monitor
data changes and then do logical reindexing. <<

I can see several approaches here, but will have to mull them over.

Thanks for the reply, it has me thinking of the larger issues.
Previous
Reply
Map
View

Click here to load this message in the networking platform