I'm reading a database and the id are all displayed like
274438ac-9bc7-42d0-9ba2-0a83a159c9a6
, there are four "-" seperate the string. Normally, I use auto-increment to let database to generate ID for me, as primary key. I'm interesting why the database owner wants to save the id like massive string. It should have performance issue because long string, but I think it improve security. Someone knows please give me a clue. Thanks.