[twitter-dev] Max tweet ID? Planning which datatype to use

2009-12-03 Thread Jay Liew
I believe I've just hit the upper bound limit on Django's PositiveIntegerField for storing a single tweet's ID # What is the recommendation (if there is one), for application developers in planning to store this field? Store it in a bigger integer data type .. or just maybe store the ID as a var

[twitter-dev] Re: Max tweet ID? Planning which datatype to use

2009-12-03 Thread Jay Liew
. On Dec 3, 1:06 am, Jay Liew jays...@gmail.com wrote: I believe I've just hit the upper bound limit on Django's PositiveIntegerField for storing a singletweet'sID# What is the recommendation (if there is one), for application developers in planning to store this field? Store