初期バージョン から バージョン 1 における更新: ANAPSID

差分発生行の前後
無視リスト:
更新日時:
2014/12/25 10:56:50 (9 年 前)
更新者:
wu
コメント:

--

凡例:

変更なし
追加
削除
変更
  • ANAPSID

    v1 v1  
     1* source: 
     2 
     3  https://github.com/anapsid/anapsid 
     4 
     5* execute: 
     6 
     7 
     8{{{ 
     9Usage: ./run_anapsid -e <endpoints_file> -q <query_file> -b <buffer_size> -s <si 
     10mulated> -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 
     16ree plan, only decompose), 
     17<decomposition> is one in [EG, SSGS, SSGM] (Exclusive Groups, Star Shaped Group 
     18Single 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 
     20n without using service operator, and using UNION to indicate joins. 
     21}}} 
     22 
     23 
     24