Is there a speed difference in ordering by int vs. float?
原文可能无法访问了,如果运气好的话,你还能看到我们对原文的
存档
摘要
When retrieving entries in a database, is there a difference between storing values as a float or decimal vs. an int when using ORDERBY in a SELECT statement?