Using uuids as primary keys efficiently in MySQL: see this Store UUID in an optimized way, it has benchmarks and everything you might need; apparently their way is a bit more efficient than using large integers and a lot more efficient than using the UUID strings.
Also interesting Storing UUID Values in MySQL Tables.
No comments:
Post a Comment