I am optimizing our database for Android SQLite.
The data is simple, 3 ints (Country, State, City) The data is stored in order by Country, State and City.
If I create an index on the three fields in ASC, would that be the most efficient given that we "READ-ONLY" the data 100% of the time by the 3 fields?