Skip to content

Commit

Permalink
updating schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
tarikulpapon authored Feb 5, 2024
1 parent e85dbd1 commit b12a474
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -527,27 +527,30 @@ <h3 class="post-subtitle">
Class
<script type="text/javascript">
document.write(cday + 1)
</script>: Adaptive &amp; Hybrid Layouts
<font class="red">(student presentation
</script>: Compaction in LSM Trees
<!-- <font class="red">(student presentation
<script type="text/javascript">
document.write("S" + (studpres++));
</script>)</font>
</script>)</font> -->
</h3>
<p class="post-meta">
<script type="text/javascript">
document.write(classDay(rday + cday + cancelday));
cday++;
</script>
</p>
<p class="post-content">
<strong>Concepts</strong>: on-line transaction processing (OLTP), on-line analytical processing (OLAP), n-ary storage model (NSM), decomposition storage model (DSM), partition attributes across (PAX), flexible storage model (FSM),
projectivity, selectivity, concurrency control, multi-version concurrency control (MVCC), two-phase locking (2PL)
<p class="post-content">
<h4>Readings</h4>
<ul class="mylist">
<!-- <li><a target="_blank" style="font-size:18px; text-decoration: underline;" tabindex="-1" href="./slides/CAS-CS561-Class8.pdf">Discussion Slides</a> </li> -->
<li> <strong>(P)</strong> <a href="https://dl.acm.org/citation.cfm?id=2915231">Bridging the Archipelago between Row-Stores and Column-Stores for Hybrid Workloads</a>, SIGMOD 2016 (paper for <strong class="red"><script type="text/javascript">document.write("REVIEW R"+(review++)); </script></strong>)
<li><strong>(P)</strong> <a href="http://vldb.org/pvldb/vol14/p2216-sarkar.pdf">Constructing and Analyzing the LSM Compaction Design Space</a>, VLDB 2021 </li>
<li> (B) <a href="https://dl.acm.org/doi/10.1145/3035918.3064054"> Monkey: Optimal Navigable Key-Value Store</a>, SIGMOD 2020 </li>
<li> (B) <a href="https://dl.acm.org/doi/10.1145/3514221.3520169"> Compactionary: A Dictionary for LSM Compactions</a>, SIGMOD 2022 [<a href="https://disc-projects.bu.edu/compactionary/#interactiveDemo">DEMO</a>]</li>
<li>(B) <a href="https://dl.acm.org/doi/10.1145/3183713.3196927">Dostoevsky: Better Space-Time Trade-Offs for LSM-Tree Based Key-Value Stores via Adaptive Removal of Superfluous Merging</a>, SIGMOD 2018 [<a href="https://www.youtube.com/watch?v=fmXgXripmh0"
target="_blank">conf. present. video</a>]</li>
<!-- <li> <strong>(P)</strong> <a href="https://dl.acm.org/citation.cfm?id=2915231">Bridging the Archipelago between Row-Stores and Column-Stores for Hybrid Workloads</a>, SIGMOD 2016 (paper for <strong class="red"><script type="text/javascript">document.write("REVIEW R"+(review++)); </script></strong>)
</li>
<li> (B) <a href="https://dl.acm.org/citation.cfm?id=2610502">H2O: A Hands-free Adaptive Store</a>, SIGMOD 2014</li>
<li> (B) <a href="https://dl.acm.org/citation.cfm?id=2610502">H2O: A Hands-free Adaptive Store</a>, SIGMOD 2014</li> -->
</ul>
</p>

Expand All @@ -572,11 +575,11 @@ <h3 class="post-subtitle">
</script>
</p>
<p class="post-content">
<strong>Concepts</strong>: key-value stores, point queries, blind updates, read-modify-write, locality, immutable file, mutable file, append-only systems, in-place updates
<strong>Concepts</strong>: key-value stores, point queries, blind updates, read-modify-write, on-line transaction processing (OLTP), on-line analytical processing (OLAP), locality, immutable file, mutable file, append-only systems, in-place updates
<h4>Readings</h4>
<ul class="mylist">
<!-- <li><a target="_blank" style="font-size:18px; text-decoration: underline;" tabindex="-1" href="./slides/CAS-CS561-Class17.pdf">Slides</a> </li> -->
<li><strong>(P)</strong> <a href="https://dl.acm.org/citation.cfm?id=3196898">FASTER: A Concurrent Key-Value Store with In-Place Updates</a>, SIGMOD 2018 [<a href="https://www.youtube.com/watch?v=68YBpitMrMI" target="_blank">conf. present. video</a>]</li>
<li><strong>(P)</strong> <a href="https://dl.acm.org/citation.cfm?id=3196898">FASTER: A Concurrent Key-Value Store with In-Place Updates</a>, SIGMOD 2018 [<a href="https://www.youtube.com/watch?v=68YBpitMrMI" target="_blank">conf. present. video</a>] (paper for <strong class="red"><script type="text/javascript">document.write("REVIEW R"+(review++)); </script></strong>)</li>
<li> (B) <a href="https://dl.acm.org/citation.cfm?id=2610502">H2O: A Hands-free Adaptive Store</a>, SIGMOD 2014</li>
<li> (B) <a href="https://www.cidrdb.org/cidr2011/Papers/CIDR11_Paper25.pdf">Towards a One Size Fits All Database Architecture</a>, CIDR 2011</li>
<li> (B) <a href="https://openproceedings.org/2018/conf/edbt/paper-215.pdf">L-Store: A Real-time OLTP and OLAP System</a>, EDBT 2018</li>
Expand Down

0 comments on commit b12a474

Please sign in to comment.