MonetDB
Overview¶
The collection of MonetDB related knowledge and practice.
- MonetDB on GitHub
- Clauses: Plan, Explain
mclient¶
- Control ouput format (
mclient -f <format>
)tab
: defaultraw
: no delimitersxml
: 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