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
[Read more...]
Monica: This was the first MySQL Innovation Day, correct? Why now, what was the strategy behind hosting this kind of event?



I have always considered MySQL (http://www.mysql.com/) as the best model for open source companies. Their approach to the market, the execution of different business models, their relation with the community or the way their work internally as a virtual organization have shown an innovative and successful example of how an IT company in the 21st century can be managed.