0
vishalnikam created
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
- ABP Framework version: v2.7.0
- UI type: Angular
- Tiered (MVC) or Identity Server Seperated (Angular): yes
- Exception message and stack trace: NA
- Steps to reproduce the issue: NA
Why ABP framwork database\entity has guid(uniqueidentifier) as primary key and not big int or int. what is best practice and performace implication on database as it keep growing.
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
1 Answer(s)
-
0
See https://dba.stackexchange.com/questions/264/guid-vs-int-which-is-better-as-a-primary-key.
ABP use sequential GUID, It is good for indexing.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)