Does column ordering in databases affect performance?
Posted
by Rhubarb
on Stack Overflow
See other posts from Stack Overflow
or by Rhubarb
Published on 2010-06-10T00:59:12Z
Indexed on
2010/06/10
1:02 UTC
Read the original article
Hit count: 218
I am using Django with MySql. I have a CharField with max length of 64 as the 2nd to last column, and a Boolean as the last column. Will reversing the order of these provide better optimization of space?
© Stack Overflow or respective owner