Other News

Community

Process XML using XQuery

(Nicholas Chase) For years developers have used SQL to retrieve data from structured sources such as relational databases. But what about unstructured and semi-structured sources, such as XML data? To be viable as a data source, XML needed a means to conveniently retrieve the data. XQuery provides t

Community

MySQL Cluster restore

(Oli Sennhauser) Recently the question came up if it is faster to restore a MySQL cluster when all nodes are up or only ONE node from each node group during restore. The answer from our gurus was: All nodes up during restore! I wanted to find out why.