@@ -15,56 +15,56 @@ echo "${DATA_PREFIX}"
1515echo " ${NODE_SIZE} "
1616
1717printf " \n \n =================GENERATE DATA================= \n \n "
18- # ./ae_data_generate.sh "${DATA_PREFIX}" "${NODE_SIZE}"
18+ ./ae_data_generate.sh " ${DATA_PREFIX} " " ${NODE_SIZE} "
1919
2020printf " \n \n =================RUN INCRE UPDATE================= \n \n "
2121mkdir logs
2222rm -rf logs/*
23- # ./ae_run_incre_update.sh "${DATA_PREFIX}" "${NODE_SIZE}" "2"
23+ ./ae_run_incre_update.sh " ${DATA_PREFIX} " " ${NODE_SIZE} " " 2"
24+
25+ printf " \n \n =================RUN RANGE QUERY WITH LOG================= \n \n "
26+ ./ae_run_range_query_with_log.sh " ${DATA_PREFIX} " " ${NODE_SIZE} " " 2"
27+
28+ printf " \n \n =================RUN REAL WORLD================= \n \n "
29+ ./ae_run_real_world.sh " ${DATA_PREFIX} " " ${NODE_SIZE} " " 2"
30+
31+ printf " \n \n =================RUN SCALABILITY================= \n \n "
32+ ./ae_scalability.sh " ${DATA_PREFIX} " " ${NODE_SIZE} " " 2"
2433
25- # printf "\n \n =================RUN RANGE QUERY WITH LOG================= \n \n "
26- # ./ae_run_range_query_with_log.sh "${DATA_PREFIX}" "${NODE_SIZE}" "2"
27- #
28- # printf "\n \n =================RUN REAL WORLD================= \n \n "
29- # ./ae_run_real_world.sh "${DATA_PREFIX}" "${NODE_SIZE}" "2"
30- #
31- # printf "\n \n =================RUN SCALABILITY================= \n \n "
32- # ./ae_scalability.sh "${DATA_PREFIX}" "${NODE_SIZE}" "2"
33- #
3434printf " \n \n =================RUN BATCH UPDATES================= \n \n "
3535./ae_run_batch_updates.sh " ${DATA_PREFIX} " " ${NODE_SIZE} " " 2"
36- #
37- # printf "\n \n =================RUN INCRE UPDATE HIGH DIM================= \n \n "
38- # ./ae_run_incre_update_3d.sh "${DATA_PREFIX}" "${NODE_SIZE}" "3"
36+
37+ printf " \n \n =================RUN INCRE UPDATE HIGH DIM================= \n \n "
38+ ./ae_run_incre_update_3d.sh " ${DATA_PREFIX} " " ${NODE_SIZE} " " 3"
3939
4040printf " \n \n =================MERGE INCRE UPDATE================= \n \n "
4141mkdir -p data
4242rm -rf data/*
43- # python3 merge_incre.py incre_insert
44- # python3 merge_incre.py incre_delete
45- # python3 merge_range_query.py
46- # python3 merge_real_world.py
47- # python3 merge_scalability.py
43+ python3 merge_incre.py incre_insert
44+ python3 merge_incre.py incre_delete
45+ python3 merge_range_query.py
46+ python3 merge_real_world.py
47+ python3 merge_scalability.py
4848python3 merge_batch_updates.py
49- # python3 merge_incre_3d.py incre_insert
50- # python3 merge_incre_3d.py incre_delete
51- #
52- # printf "\n \n =================PLOT================= \n \n "
49+ python3 merge_incre_3d.py incre_insert
50+ python3 merge_incre_3d.py incre_delete
51+
52+ printf " \n \n =================PLOT================= \n \n "
5353mkdir -p plots
5454rm -rf plots/*
55- # Rscript plot_fig3_answer_table.R
56- # Rscript plot_fig4_knn.R
57- # Rscript plot_fig5_range_query_scatter.R
58- # Rscript plot_fig7_real_world.R
59- # Rscript plot_fig8_batch_updates.R
60- # Rscript plot_fig9_scalability.R
61- # Rscript plot_fig10_3D_summary.R
62- #
63- # printf "\n \n =================CLEAN DATA================= \n \n "
64- # rm -rf "${DATA_PREFIX}/ss_varden_bigint"
65- # rm -rf "${DATA_PREFIX}/uniform_bigint"
66- # rm -rf "${DATA_PREFIX}/ss_varden"
67- # rm -rf "${DATA_PREFIX}/uniform"
68- # rm -rf "${DATA_PREFIX}/geomtery "
55+ Rscript plot_fig3_answer_table.R
56+ Rscript plot_fig4_knn.R
57+ Rscript plot_fig5_range_query_scatter.R
58+ Rscript plot_fig7_real_world.R
59+ Rscript plot_fig8_batch_updates.R
60+ Rscript plot_fig9_scalability.R
61+ Rscript plot_fig10_3D_summary.R
62+
63+ printf " \n \n =================CLEAN DATA================= \n \n "
64+ rm -rf " ${DATA_PREFIX} /ss_varden_bigint"
65+ rm -rf " ${DATA_PREFIX} /uniform_bigint"
66+ rm -rf " ${DATA_PREFIX} /ss_varden"
67+ rm -rf " ${DATA_PREFIX} /uniform"
68+ rm -rf " ${DATA_PREFIX} /geometry "
6969
7070printf " \n \n =================DONE! HAVE A GOOD DAY!================= \n \n "
0 commit comments