diff options
Diffstat (limited to 'chapters/dynamic-extension-sampling.tex')
| -rw-r--r-- | chapters/dynamic-extension-sampling.tex | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/chapters/dynamic-extension-sampling.tex b/chapters/dynamic-extension-sampling.tex new file mode 100644 index 0000000..58db672 --- /dev/null +++ b/chapters/dynamic-extension-sampling.tex @@ -0,0 +1,22 @@ +\chapter{Dynamic Extension Framework for Sampling Indexes} +\label{chap:sampling} + +\begin{center} + \emph{The following chapter is an adaptation of work completed in collaboration with Dr. Dong Xie and published + in PACMMOD Volume 1, Issue 4 (December 2023) under the title "Practical Dynamic Extension of Sampling Indexes". + } + \hrule +\end{center} + +\input{chapters/sigmod23/introduction} +\input{chapters/sigmod23/background} +\input{chapters/sigmod23/framework} +\input{chapters/sigmod23/examples} +\input{chapters/sigmod23/extensions} +\input{chapters/sigmod23/experiment} +\input{chapters/sigmod23/exp-parameter-space} +\input{chapters/sigmod23/exp-baseline} +\input{chapters/sigmod23/exp-extensions} +%\input{chapters/sigmod23/relatedwork} +\input{chapters/sigmod23/conclusion} + |