Skip to content

MonetDB

Overview

The collection of MonetDB related knowledge and practice.

mclient

  • Control ouput format (mclient -f <format>)
    • tab: default
    • raw: no delimiters
    • xml: ugly

Specific Commands

Output raw plans (sableintel)

(cd /mnt/local/script-tpch && ./getplan_raw)

Standard input

echo 'some query here.' | monetdb -d <database>

Appendix

Source code links

Others