Cloud-powered BLOB type provides ACID guarantees and fast
direct access to blobs via Web URLs.
Storing unstructured data
Typically unstructured data (such as pictures, media files,
documents)
a) Is either stored on the file system, unlike the related with
it relational data which is stored in the database. This is well
known, “convenient” practice that allows fast access to files but
offers no transactional story and no unified data management (for
db and filesystem)
b) Or is stored in BLOBs. This ensures transactional consistency
and reduces management complexities, but is really bad for
performance and scalability.
We took advantage of the cloud, and came up with an upgrade to
the BLOB – a solution that combines the benefits of the
two.
Weblob data type
Weblob is a new data type that is supported by the Cloud Storage
Engine for MySQL ( …
[Read more]