Implemented an optional feature to shorten index names to 7 characters consisting of "i_" plus a 5 character random string. This addresses the index name (\<db>.\<col>.$\<index>) length requirement of 6-127 characters. Since fully qualified collection name can be up to 120 characters in the format \<db>.\<col>, index names need to be limited to 7 characters to meet the combined name length restriction.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Implemented an optional feature to shorten index names to 7 characters consisting of "i_" plus a 5 character random string. This addresses the index name (\<db>.\<col>.$\<index>) length requirement of 6-127 characters. Since fully qualified collection name can be up to 120 characters in the format \<db>.\<col>, index names need to be limited to 7 characters to meet the combined name length restriction.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.