-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Numeric Ids vs Guids #127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@smellogrand Thanks for your suggestion, I will consider to use guid as default. |
I've changed the int to string (guid) - here is preview: |
Thanks, I believe this is more in line with recent patterns. thanks for your very useful development sergio |
Done on |
Thanks my friend, you are a good guy, I will check it by tomorrow and give feedback. |
Great work, really appreciate it.
One suggestion, as many old timers using IS3/IS4 in real life projects I have used Guids for ids on entities and was somehow surprised in seeing that your base implemantation is instead using numeric Ids.
Of course you have provided good documentation on how to change things to support Guids, thank you for that, but, as I assume you and colleagues also have experience in IS4 I wonder what is the reason of your preferred choice.
In general i believe Guids are better also for slalability and merging of istances, and most benchmark show that in SQL Server newsequentialid() is even faster than autonumber.
Thanks again for your effort, very nice and useful.
sergio, Italy
The text was updated successfully, but these errors were encountered: