summaryrefslogtreecommitdiffstats
path: root/plot-data/parm-sweeps/knn-bs
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-06-25 16:40:55 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2025-06-25 16:41:11 -0400
commit4b3173bbe0ecb9cc5624c2762183f1b90fb134c7 (patch)
tree3fb1e481b231ff7bc00393283cd0884507dfa2a6 /plot-data/parm-sweeps/knn-bs
parent03128086d95d923b6d022c46fe2413751898e497 (diff)
downloaddissertation-4b3173bbe0ecb9cc5624c2762183f1b90fb134c7.tar.gz
Plot updates
Diffstat (limited to 'plot-data/parm-sweeps/knn-bs')
-rw-r--r--plot-data/parm-sweeps/knn-bs/bsm2.txt5
-rw-r--r--plot-data/parm-sweeps/knn-bs/bsm8.txt5
-rw-r--r--plot-data/parm-sweeps/knn-bs/ins-v-q.pdfbin0 -> 11350 bytes
-rw-r--r--plot-data/parm-sweeps/knn-bs/leveling2.txt4
-rw-r--r--plot-data/parm-sweeps/knn-bs/leveling8.txt4
-rw-r--r--plot-data/parm-sweeps/knn-bs/plot.plt41
-rw-r--r--plot-data/parm-sweeps/knn-bs/tiering2.txt4
-rw-r--r--plot-data/parm-sweeps/knn-bs/tiering8.txt5
8 files changed, 68 insertions, 0 deletions
diff --git a/plot-data/parm-sweeps/knn-bs/bsm2.txt b/plot-data/parm-sweeps/knn-bs/bsm2.txt
new file mode 100644
index 0000000..85bf4f3
--- /dev/null
+++ b/plot-data/parm-sweeps/knn-bs/bsm2.txt
@@ -0,0 +1,5 @@
+8 100 2 2 0.000000 11 8 34753 643783126
+8 500 2 2 0.000000 9 6 29300 640246959
+8 1000 2 2 0.000000 8 4 28785 630078210
+8 10000 2 2 0.000000 5 2 25663 617854366
+
diff --git a/plot-data/parm-sweeps/knn-bs/bsm8.txt b/plot-data/parm-sweeps/knn-bs/bsm8.txt
new file mode 100644
index 0000000..30d9857
--- /dev/null
+++ b/plot-data/parm-sweeps/knn-bs/bsm8.txt
@@ -0,0 +1,5 @@
+8 100 2 8 0.000000 3 3 917 626107032
+8 500 2 8 0.000000 2 2 689 617901768
+8 1000 2 8 0.000000 2 2 581 617199294
+8 10000 2 8 0.000000 1 1 1768 595491168
+
diff --git a/plot-data/parm-sweeps/knn-bs/ins-v-q.pdf b/plot-data/parm-sweeps/knn-bs/ins-v-q.pdf
new file mode 100644
index 0000000..104ec27
--- /dev/null
+++ b/plot-data/parm-sweeps/knn-bs/ins-v-q.pdf
Binary files differ
diff --git a/plot-data/parm-sweeps/knn-bs/leveling2.txt b/plot-data/parm-sweeps/knn-bs/leveling2.txt
new file mode 100644
index 0000000..3081680
--- /dev/null
+++ b/plot-data/parm-sweeps/knn-bs/leveling2.txt
@@ -0,0 +1,4 @@
+8 100 1 2 0.000000 13 13 20822 666051842
+8 500 1 2 0.000000 11 11 23647 661420918
+8 1000 1 2 0.000000 10 10 24017 660688241
+8 10000 1 2 0.000000 7 7 27476 651703609
diff --git a/plot-data/parm-sweeps/knn-bs/leveling8.txt b/plot-data/parm-sweeps/knn-bs/leveling8.txt
new file mode 100644
index 0000000..a621a1b
--- /dev/null
+++ b/plot-data/parm-sweeps/knn-bs/leveling8.txt
@@ -0,0 +1,4 @@
+8 100 1 8 0.000000 5 5 12992 629165142
+8 500 1 8 0.000000 4 4 13440 630433224
+8 1000 1 8 0.000000 4 4 12402 626089666
+8 10000 1 8 0.000000 3 3 16398 626367619
diff --git a/plot-data/parm-sweeps/knn-bs/plot.plt b/plot-data/parm-sweeps/knn-bs/plot.plt
new file mode 100644
index 0000000..a4605c8
--- /dev/null
+++ b/plot-data/parm-sweeps/knn-bs/plot.plt
@@ -0,0 +1,41 @@
+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 right bottom horizontal samplen 2 maxcol 2 width .1
+
+set xtics out nomirror
+set ytics out nomirror
+
+set xlabel "Insertion Throughput (ins/sec)"
+set ylabel "Query Latency (ns)"
+
+#set title "Insertion Throughput vs. Query Latency (ISAM Point Lookup)"
+
+set output "ins-v-q.pdf"
+
+#set xtics 1e6
+#set ytics 1e5
+
+#set yrange [6.0e4:7.5e4]
+#set yrange[6.0e2:2.0e4]
+set yrange[0:8e8]
+set ytics 2e8
+
+plot "tiering2.txt" using 8:9:2 with lp ls 2 title "Tiering 2", \
+ "tiering8.txt" using 8:9:2 with lp ls 3 title "Tiering 8", \
+ "leveling2.txt" using 8:9:2 with lp ls 4 title "Leveling 2", \
+ "leveling8.txt" using 8:9:2 with lp ls 5 title "Leveling 8", \
+ "bsm2.txt" using 8:9:2 with lp ls 6 title "BSM 2", \
+ "bsm8.txt" using 8:9:2 with lp ls 7 title "BSM 8", \
+ # "500m_leveling.txt" using 6:8:2 with labels offset 0,.5 font "Sans,5" notitle,\
+ # "500m_tiering.txt" using 4:7:2 with labels offset 0,.5 font "Sans,5" notitle,\
+ # "500m_bsm.txt" using 4:6:2 with labels offset 0,.5 font "Sans,5" notitle
+
diff --git a/plot-data/parm-sweeps/knn-bs/tiering2.txt b/plot-data/parm-sweeps/knn-bs/tiering2.txt
new file mode 100644
index 0000000..16d044e
--- /dev/null
+++ b/plot-data/parm-sweeps/knn-bs/tiering2.txt
@@ -0,0 +1,4 @@
+8 100 0 2 0.000000 13 20 24796 682952639
+8 500 0 2 0.000000 10 17 25765 691862351
+8 1000 0 2 0.000000 9 15 27065 687748356
+8 10000 0 2 0.000000 6 9 29627 654563732
diff --git a/plot-data/parm-sweeps/knn-bs/tiering8.txt b/plot-data/parm-sweeps/knn-bs/tiering8.txt
new file mode 100644
index 0000000..988ea8f
--- /dev/null
+++ b/plot-data/parm-sweeps/knn-bs/tiering8.txt
@@ -0,0 +1,5 @@
+8 100 0 8 0.000000 5 17 53765 664490526
+8 500 0 8 0.000000 4 20 67073 688942493
+8 1000 0 8 0.000000 4 20 58456 677810058
+8 10000 0 8 0.000000 3 9 58951 652337339
+