Skip to content

Commit

Permalink
Merge pull request #5 from tonybka/feature/tonybka/update-document
Browse files Browse the repository at this point in the history
Update document
  • Loading branch information
tonybka authored Dec 20, 2022
2 parents 5b019aa + 4013d93 commit 7516744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Fundamental elements of DDD implementation in Golang microservice
- Need to have random, unique identity values for entities
- To decouple domain layer from persistence layer, we should not use table row's id for entity's identity
- MySQL support storing UUIDv1 as BINARY(16) in database which saves storage space
- 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)

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

0 comments on commit 7516744

Please sign in to comment.