Reputation: 1490
I am recently working on better indexing concepts. as part of that, I am curious to know what is that stored in the index file(.MYI file) if that is a MYISAM table or the shared table space if that is an INNODB table..?
To give you more clarity, I know that when we create an index, the table will be re created updating the index filed or file. I would like to know what is the data used to update the index field..?
Upvotes: 1
Views: 3044