I strongly used to use hilo algorithm for generating pk ids, and is really veryusefull also for readibility and fast for locating an entity. Is not the same with GUID, and as i see many examples of abp are using it. Any suggestion, about using GUID o HILO? (Despite the fact that guid is almost universe unique)
I feel that guid is too cumbersome for debugging
add an extra column with an id Integer, will it be too much?