Tag: Open Source

Community

MySQL Clustering in a Sandbox

(Sean Hull) MySQL’s unique architecture allows for plugin storage engines. So for example, there is the MyISAM storage engine, the original one, and there is the ARCHIVE storage engine, which has characteristics that make it suitable for storing archived data. And of course we know the InnoDB stor

Community

MySQL export – as null

(Michael McLaughlin) While working through export techniques in MySQL (5.1.34-community), I discovered that MySQL exports a null VARCHAR as a – (dash). Then, I checked the CSV engine and found that’s how MySQL stores it. It appears to be a proprietary format since other databases would import the da