A
Al Camp
A friend has a very large "flat" database table of 367,000
records, with approx. 25 Text fields per record.
He said that his PrimaryKey AutoNumber field (IDNo) is
Indexed/NoDupes, and 12 other fields (about half of his table)
are Indexed/DupesOK.
He said he had Indexed almost half of the table fields to "speed
up the table".
(I mention again that this table is "flat"... no relations to
other tables)
Isn't there a price to pay in speed and/or size when "Indexing"
is overused??
If Indexing truly "speeds up" a table, why wouldn't we just Index
every field in our tables... even fields rarely used in
searches/sorts/filters/joins...??
Thanks
Al Camp
records, with approx. 25 Text fields per record.
He said that his PrimaryKey AutoNumber field (IDNo) is
Indexed/NoDupes, and 12 other fields (about half of his table)
are Indexed/DupesOK.
He said he had Indexed almost half of the table fields to "speed
up the table".
(I mention again that this table is "flat"... no relations to
other tables)
Isn't there a price to pay in speed and/or size when "Indexing"
is overused??
If Indexing truly "speeds up" a table, why wouldn't we just Index
every field in our tables... even fields rarely used in
searches/sorts/filters/joins...??
Thanks
Al Camp