Displaying 1 result from an estimated 1 matches for "writtern".
Did you mean:
written
2006 Feb 24
9
Growing beyond unsigned integer for the id field
I am creating an app that will out grow an int(10) unsigned for the id
field, ie. 4,294,967,295 records.
What are my options, I have looked at the GUID plugin that lets you use
a 32 char GUID, but I still want the id''s to be sequential, and (I
think) that the overhead of searching a varchar field will be too big
for such a large number of records.
It does not appear you can use a