phpBB stores forum post texts in a strange way (like: [BLOB – 115 B]), what is it? How it is done?
Share
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.
BLOB (Binary Large Object) is a large collection of binary data stored in a database table. Different database servers handles BLOB differently. But there are some common characteristics like:
BLOB stores binary data, which
requires no encoding schema. BLOB
data is stored in units of bytes.
BLOB data is usually large. Many
database servers offer very high
maximum sizes like 4 GB.
stored inside the table. It is
stored in different storage areas
and its reference address is
stored inside the table.