| | 1 | * source: |
| | 2 | |
| | 3 | https://github.com/anapsid/anapsid |
| | 4 | |
| | 5 | * execute: |
| | 6 | |
| | 7 | |
| | 8 | {{{ |
| | 9 | Usage: ./run_anapsid -e <endpoints_file> -q <query_file> -b <buffer_size> -s <si |
| | 10 | mulated> -p <plan> -o <sparql1.1> -d <decomposition> -a <adaptive> -k <special> |
| | 11 | -w <withoutCounts> |
| | 12 | where |
| | 13 | <simulated>, <adaptive> <sparql1.1> and <withoutCounts> is one in [True, False], |
| | 14 | |
| | 15 | <plan> is one in [b, ll, naive, d] (bushy plan, left linear plan, naive binary t |
| | 16 | ree plan, only decompose), |
| | 17 | <decomposition> is one in [EG, SSGS, SSGM] (Exclusive Groups, Star Shaped Group |
| | 18 | Single Endpoint, Star Shaped Group Multiple Endpoints) and |
| | 19 | <special> is one in [y, c] (y is for showing the plan, and c is for decomposicio |
| | 20 | n without using service operator, and using UNION to indicate joins. |
| | 21 | }}} |
| | 22 | |
| | 23 | |
| | 24 | |