adspace
Answer Posted / Abhinay Kuamr
Index length in MySQL refers to the total size of all indexed columns in a table. The length is calculated as the sum of the lengths of each indexed column, including any leading whitespace and padding required for storage.nMySQL indexes are used to speed up data retrieval by reducing the amount of data that needs to be scanned when performing queries.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers