Entity ID – Pros and cons of different approaches
In most cases, I use UUID as an id for aggregate entity. But when it comes to big amount of entities in SQL DB it can become scalability problem to handle UUID as id. Here are some pros and cons of different approaches to entity ids. Autoincrement Integer: DB 32-bit or 64-bit integer used as … Read more