diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-06-01 15:09:25 -0400 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-06-01 15:09:25 -0400 |
| commit | b8ae600d0d139fa76f8350f13f058b2cb795b692 (patch) | |
| tree | e07f4264946863e7a145881820cf80ae43301e33 /chapters/sigmod23/introduction.tex | |
| parent | cd3447f1cad16972e8a659ec6e84764c5b8b2745 (diff) | |
| download | dissertation-b8ae600d0d139fa76f8350f13f058b2cb795b692.tar.gz | |
more updates
Diffstat (limited to 'chapters/sigmod23/introduction.tex')
| -rw-r--r-- | chapters/sigmod23/introduction.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapters/sigmod23/introduction.tex b/chapters/sigmod23/introduction.tex index 1a33c2e..8f0635d 100644 --- a/chapters/sigmod23/introduction.tex +++ b/chapters/sigmod23/introduction.tex @@ -29,7 +29,7 @@ achieved using specialized static sampling indices. Thus, we decided to attempt to apply a Bentley-Saxe based dynamization technique to these data structures. In this chapter, we discuss our approach, which addresses the decomposability problems discussed in -Section~\cite{ssec:background-irs}, introduces two physical mechanisms +Section~\ref{ssec:decomp-limits}, introduces two physical mechanisms for support deletes, and also introduces an LSM-tree inspired design space to allow for performance tuning. The results in this chapter are highly specialized to sampling problems, however they will serve as a |