Yogendra Sahu

Yogendra Sahu

  • 1k
  • 586
  • 135.9k

Should I use GUID in browser database IndexedDB ?

Mar 27 2019 6:09 AM
We are implementing offline capability for user. If user get offline they will be able to use our site. So we are storing the data in Indexed DB, that is browser database, containing 15 tables.
 
Tables containing auto incrementing primary key,
 
For that Database -
Should I use GUID for having unique primary key entire the database and server too?
What is the benefits of using GUID?
It's advantages and disadvantages?

Answers (1)