diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2025-06-20 17:24:18 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2025-06-20 17:24:18 -0400 |
| commit | 7700f2818cca731cadac034322a28f19e9ac3a17 (patch) | |
| tree | 86e29639d5067bc047ee2f36471eda0ce8c7a291 /chapters/sigmod23 | |
| parent | 903055812fa35e0533b940ddb2d8db8c2a20af2b (diff) | |
| download | dissertation-7700f2818cca731cadac034322a28f19e9ac3a17.tar.gz | |
updates
Diffstat (limited to 'chapters/sigmod23')
| -rw-r--r-- | chapters/sigmod23/extensions.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapters/sigmod23/extensions.tex b/chapters/sigmod23/extensions.tex index 3304b76..053c8e2 100644 --- a/chapters/sigmod23/extensions.tex +++ b/chapters/sigmod23/extensions.tex @@ -37,6 +37,7 @@ of the shards, at any given time the majority of the data will be on disk anyway, so this would only provide a marginal improvement. \subsection{Distributed Data Structures} +\label{ssec:ext-distributed} Many distributed data processing systems are built on immutable abstractions, such Apache Spark's resilient distributed dataset |