Comment on Twitter's UID associated to each tweet will very soon exceed 2,147,483,647Comments−ivankirigin17yMaybe I'm just paranoid, but I index the tweet id's in Tipjoy with a string: tweetId = models.CharField(max_length=50, db_index=True)
Comments
Maybe I'm just paranoid, but I index the tweet id's in Tipjoy with a string: tweetId = models.CharField(max_length=50, db_index=True)