mysql - Does anyone have considerable proof that CHAR is faster than VARCHAR? -


Is there any benchmark, graph nothing? All academic and theoretical on the web

OK, this is not the first time that this question has been asked, do they all say that CRAR results are used faster? I also read in MySQL books, it's all the same, but I did not come in any benchmark that proves this.

Can anyone put some light on this?

This is the simple argument, to simplify I will take the example of a CSV file ...

Will it happen faster

1231; 231; 32345; 21312; 23435552; 1231; 1; 243; 211; 3525321; 44343112;

Or this one

12, 23; 43; 56; 56; 76; 54; 83; 45; 91; 28; 92 As long as you accurately define your length, the variable should be fast as the predefined formats help in processing time.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -