Skip to content

Get the Execution Plan from exareme

johnchronis edited this page Dec 8, 2015 · 2 revisions

Start up the exareme console (as described in the Getting started wiki), give a query like the following exaexplainscript 'db:/tmp/exadb' mode:json file '/home/user/simple.dfl';

The hashed string in every node of the plan can be decrypted using the code from here: exareme-master/src/test/java/madgik/exareme/utils/encoding/decryptQuery.java

Clone this wiki locally