Quantcast
Channel: Mysql Indexing is not working - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Andrej Ludinovskov for Mysql Indexing is not working

Mysql considers to make full scan instead of reading the index better because most of the values in the index has value 1. If it decides to scan index and fetch data from it then it will require to...

View Article



Mysql Indexing is not working

I have created two tables having one to many relationship.Team :- CREATE TABLE TEAM( ID INT(5) NOT NULL AUTO_INCREMENT, NAME VARCHAR(6) NOT NULL, PRIMARY KEY(ID))ENGINE=INNODB;Member :- CREATE TABLE...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images