diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2025-06-25 16:40:55 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2025-06-25 16:41:11 -0400 |
| commit | 4b3173bbe0ecb9cc5624c2762183f1b90fb134c7 (patch) | |
| tree | 3fb1e481b231ff7bc00393283cd0884507dfa2a6 /plot-data/selectivity-sweep | |
| parent | 03128086d95d923b6d022c46fe2413751898e497 (diff) | |
| download | dissertation-4b3173bbe0ecb9cc5624c2762183f1b90fb134c7.tar.gz | |
Plot updates
Diffstat (limited to 'plot-data/selectivity-sweep')
| -rw-r--r-- | plot-data/selectivity-sweep/plot.plt | 44 | ||||
| -rw-r--r-- | plot-data/selectivity-sweep/sel-sweep.pdf | bin | 0 -> 11274 bytes | |||
| -rw-r--r-- | plot-data/selectivity-sweep/sel_leveling_2.txt | 10 | ||||
| -rw-r--r-- | plot-data/selectivity-sweep/sel_leveling_4.txt | 10 | ||||
| -rw-r--r-- | plot-data/selectivity-sweep/sel_leveling_8.txt | 10 | ||||
| -rw-r--r-- | plot-data/selectivity-sweep/sel_tiering_2.txt | 10 | ||||
| -rw-r--r-- | plot-data/selectivity-sweep/sel_tiering_4.txt | 10 | ||||
| -rw-r--r-- | plot-data/selectivity-sweep/sel_tiering_8.txt | 10 |
8 files changed, 104 insertions, 0 deletions
diff --git a/plot-data/selectivity-sweep/plot.plt b/plot-data/selectivity-sweep/plot.plt new file mode 100644 index 0000000..dcd1d98 --- /dev/null +++ b/plot-data/selectivity-sweep/plot.plt @@ -0,0 +1,44 @@ +set terminal pdfcairo + +set format y "%1.1t{/Symbol \264}10^{%L}" +set format x "%1.0t{/Symbol \264}10^{%L}" + +set rmargin 4 + +set style line 1 lt 1 lw 3 dashtype 1 ps 1 +set style line 2 lt 2 lw 3 dashtype 2 ps 1 +set style line 3 lt 3 lw 3 dashtype 3 ps 1 +set style line 4 lt 4 lw 3 dashtype 4 ps 1 +set key left top horizontal samplen 2 maxcol 2 width .1 + +set xtics out nomirror +set ytics out nomirror + +unset mxtics +unset mytics + +set xlabel "Query Selectivity (ND) [logscale]" +set ylabel "Average Query Latency (ns)" + +#set title "Query Latency vs. Selectivity" + +set output "sel-sweep.pdf" + +#set xtics 1e6 +#set ytics 1e5 + +#set yrange [6.0e4:7.5e4] +#set yrange[6.0e2:2.0e4] + +set logscale x + +set yrange[0:2.5e4] +set ytics 5e3 + +plot "./sel_tiering_2.txt" using 1:2 with lp ls 1 title "Tiering 2", \ + "./sel_tiering_4.txt" using 1:2 with lp ls 2 title "Tiering 4", \ + "./sel_tiering_8.txt" using 1:2 with lp ls 3 title "Tiering 8", \ + "./sel_leveling_2.txt" using 1:2 with lp ls 4 title "Leveling 2", \ + "./sel_leveling_4.txt" using 1:2 with lp ls 5 title "Leveling 4", \ + "./sel_leveling_8.txt" using 1:2 with lp ls 6 title "Leveling 8" + diff --git a/plot-data/selectivity-sweep/sel-sweep.pdf b/plot-data/selectivity-sweep/sel-sweep.pdf Binary files differnew file mode 100644 index 0000000..2f7db63 --- /dev/null +++ b/plot-data/selectivity-sweep/sel-sweep.pdf diff --git a/plot-data/selectivity-sweep/sel_leveling_2.txt b/plot-data/selectivity-sweep/sel_leveling_2.txt new file mode 100644 index 0000000..7a84cee --- /dev/null +++ b/plot-data/selectivity-sweep/sel_leveling_2.txt @@ -0,0 +1,10 @@ +0.000000 10394 +0.00000001 10257 +0.0000001 10212 +0.000001 10497 +0.000010 11686 +0.000100 21813 +#0.001000 235842 +# 0.010000 2319768 +# 0.100000 22629894 + diff --git a/plot-data/selectivity-sweep/sel_leveling_4.txt b/plot-data/selectivity-sweep/sel_leveling_4.txt new file mode 100644 index 0000000..c1ff9a7 --- /dev/null +++ b/plot-data/selectivity-sweep/sel_leveling_4.txt @@ -0,0 +1,10 @@ +0.000000 9846 +0.00000001 9827 +0.0000001 9802 +0.000001 9857 +0.000010 11039 +0.000100 20955 +#0.001000 231761 +# 0.010000 2256442 +# 0.100000 22900775 + diff --git a/plot-data/selectivity-sweep/sel_leveling_8.txt b/plot-data/selectivity-sweep/sel_leveling_8.txt new file mode 100644 index 0000000..e26ce89 --- /dev/null +++ b/plot-data/selectivity-sweep/sel_leveling_8.txt @@ -0,0 +1,10 @@ +0.000000 9625 +0.00000001 9593 +0.0000001 9488 +0.000001 9777 +0.000010 10644 +0.000100 20353 +#0.001000 230234 +# 0.010000 2307590 +# 0.100000 22870581 + diff --git a/plot-data/selectivity-sweep/sel_tiering_2.txt b/plot-data/selectivity-sweep/sel_tiering_2.txt new file mode 100644 index 0000000..82b2373 --- /dev/null +++ b/plot-data/selectivity-sweep/sel_tiering_2.txt @@ -0,0 +1,10 @@ +0.000000 10768 +0.00000001 10618 +0.0000001 10503 +0.000001 10798 +0.000010 12330 +0.000100 22857 +#0.001000 238100 +# 0.010000 2263692 +# 0.100000 22694944 + diff --git a/plot-data/selectivity-sweep/sel_tiering_4.txt b/plot-data/selectivity-sweep/sel_tiering_4.txt new file mode 100644 index 0000000..5d0ab1c --- /dev/null +++ b/plot-data/selectivity-sweep/sel_tiering_4.txt @@ -0,0 +1,10 @@ +0.000000 10780 +0.00000001 10630 +0.0000001 10675 +0.000001 10897 +0.000010 12291 +0.000100 23079 +#0.001000 243598 +# 0.010000 2392958 +# 0.100000 22971092 + diff --git a/plot-data/selectivity-sweep/sel_tiering_8.txt b/plot-data/selectivity-sweep/sel_tiering_8.txt new file mode 100644 index 0000000..35e83e6 --- /dev/null +++ b/plot-data/selectivity-sweep/sel_tiering_8.txt @@ -0,0 +1,10 @@ +0.000000 10472 +0.00000001 10246 +0.0000001 10253 +0.000001 10592 +0.000010 11766 +0.000100 21914 +#0.001000 231793 +# 0.010000 2250998 +# 0.100000 23132067 + |