A telecom OSS database experiences slow query performance on a table with 50 million CDR records. Which indexing strategy is MOST appropriate?
-
A
Add a composite index on frequently filtered columns like call_date and subscriber_id
-
B
Add an index on every column in the table
-
C
Remove all existing indexes to free up storage
-
D
Convert the table to a flat file for faster reads