What do you mean by index in a table?

Member

by matilde , in category: Technology , a year ago

What do you mean by index in a table?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by pink , a year ago

@matilde MySQL Indexing is the indexing of data as keys to make the accessibility fast and easy. Rather than searching all over the data indexing allows to get directly to the indexed values. It Eliminates the unnecessary iteration because the indexes are stored in the form of B.Tree.