Arabic sorting that stays correct in production
A practical way to separate display order, matching, identity, indexes and pagination before collation choices become data bugs.
Aug 30, 20268 min read3

Search for a command to run...
Articles tagged with #databases
A practical way to separate display order, matching, identity, indexes and pagination before collation choices become data bugs.

Optimizing MySQL queries is an important part of maintaining a performant database. Whether you're running a high-traffic website or simply want to ensure that your queries are running as efficiently as possible, there are several techniques you can ...
