I am looking at moving an existing collection to a sharded collection.
The existing collection has a compound index on last_name first_name county etc
I am looking at using a shard key of last_name first_name. Can it use the prefix of the current index for the shard key index or do I have to create a separate one?