Which database system suits ROS better?
I'm working on a project that requires storing data gathered using the diagnostics stack (ie DiagnosticStatus messages and alike) into a database in a local network.
I'm keeping an eye on http://www.ros.org/wiki/Projects/Building%20Manager which uses MongoDB but I have also seen some stacks working using PostgreSQL.
Which kind of databases are more suited to store ROS messages?