|
|
|
|
|
by xnorswap
440 days ago
|
|
Counterpoint: Natural sorting likely will be orders of magnitude slower sorting than ordinal sorting. For most situations, the better solution is storing the index separately to the name in another column or in metadata. But for some stores, there isn't an easy way to do to store or sort on metadata, and so prefixing leading zeroes helps keep things stored more naturally while using the more efficient sort. |
|