diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2025-05-13 17:29:40 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2025-05-13 17:29:40 -0400 |
| commit | 40bff24fc2e2da57f382e4f49a5ffb7c826bbcfb (patch) | |
| tree | c00441b058255de08a32d227ce7af46bf11d8eb8 /chapters/sigmod23/experiment.tex | |
| parent | 5ffc53e69e956054fdefd1fe193e00eee705dcab (diff) | |
| download | dissertation-40bff24fc2e2da57f382e4f49a5ffb7c826bbcfb.tar.gz | |
Updates
Diffstat (limited to 'chapters/sigmod23/experiment.tex')
| -rw-r--r-- | chapters/sigmod23/experiment.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapters/sigmod23/experiment.tex b/chapters/sigmod23/experiment.tex index 4dbb4c2..727284a 100644 --- a/chapters/sigmod23/experiment.tex +++ b/chapters/sigmod23/experiment.tex @@ -28,7 +28,7 @@ added to records when testing dynamic baselines. Additionally, weighted testing attached a 64-bit integer weight to each record. This weight was not included in the record for non-weighted testing. The weights and keys were both used directly from the datasets, and values were added -seperately and unique to each record. +separately and unique to each record. We used the following datasets for testing, \begin{itemize} @@ -75,13 +75,13 @@ method on an AGG-BTree. \item \textbf{DE-WIRS.} An implementation of the dynamized alias-augmented B+Tree~\cite{afshani17} as discussed in Section~\ref{ssec:wirs-struct} for -weighted indepedent range sampling. We compare this against a WIRS +weighted independent range sampling. We compare this against a WIRS implementation of Olken's method on an AGG-BTree. \end{itemize} All of the tested structures, with the exception of the external memory -DE-IRS implementation and AB-Tree, were wholely contained within system +DE-IRS implementation and AB-Tree, were wholly contained within system memory. AB-Tree is a native external structure, so for the in-memory concurrency evaluation we configured it with enough cache to maintain the entire structure in memory to simulate an in-memory implementation.\footnote{ |