140 characters. How much memory would it take up ?
I’m trying to calculate how many tweets my EC2 Large instance Mongo DB can hold.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Twitter uses UTF-8 encoded messages.
UTF-8 code points can be up to
sixfour octets long, making the maximum message size 140 x 4 = 560 8-bit bytes.This is, of course, just for the raw messages, excluding storage overhead, indexing and other storage-related padding.
e: Twitter successfully let me post the message:
Yes, that’s 140 trademark symbols, which are three octets each in UTF-8