I found GUID generation routine with python.
Running the code gives me the following results.
GUID: 00000129e0e72d9b2aab3c1500ac001000e90001 Time: Sat, 17 Jul 2010 09:55:33 (millis: 0.787) IP: 172.16.233.1 Counter: 715865109
The comments of this code has the following message.
### GUIDs make wonderful database keys. They require no access to the ### database (to get the max index number), they are extremely unique, and they sort ### automatically by time. GUIDs prevent key clashes when merging ### two databases together, combining data, or generating keys in distributed ### systems.
Other than the fact that it takes up 32 bytes instead of 16, what's wrong with storing a GUID as text in SQLite?
Good article to help you get decision....
Primary Keys: IDs vs GUIDs:
http://www.codinghorror.com/blog/2007/03/primary-keys-ids-versus-guids.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With