Monday 29 October 2018

php - what is meaning of clustered index in mysql

I have confusion in clustered index in database concept.
I completely read about indexing. So i understood the indexing.
But i don't know what is the proper meaning of clustered index.
Can any one help what is clustered index?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...