Skip to content

Commit 4013d93

Browse files
committed
Update document
1 parent 3ce7622 commit 4013d93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Fundamental elements of DDD implementation in Golang microservice
2424
- Need to have random, unique identity values for entities
2525
- To decouple domain layer from persistence layer, we should not use table row's id for entity's identity
2626
- MySQL support storing UUIDv1 as BINARY(16) in database which saves storage space
27+
- Comparing UUIDv1 values is faster than comparing values of the other versions (they have common dash-separated groups if they are generated on a same machine)
2728

2829
### References
2930
- [Making UUIDs More Performant in MySQL](https://emmer.dev/blog/making-uuids-more-performant-in-mysql/)

0 commit comments

Comments
 (0)