From da04eb8cb7fd906f6e997e673f703ba3e0a1b498 Mon Sep 17 00:00:00 2001 From: vdib Date: Tue, 17 Sep 2024 10:50:17 -0400 Subject: [PATCH] Update ReadingList Distributed DBs --- ReadingList-Distributed-DBs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadingList-Distributed-DBs.md b/ReadingList-Distributed-DBs.md index 5962539..9ae52db 100644 --- a/ReadingList-Distributed-DBs.md +++ b/ReadingList-Distributed-DBs.md @@ -8,4 +8,4 @@ Systems - [Anti-Freeze for Large and Complex Spreadsheets: Asynchronous Formula Computation](https://dl.acm.org/doi/pdf/10.1145/3299869.3319876) - Spreadsheets often deal with large amounts of data being analyzed and small changes to cells cause the program to freeze until it is done processing. This paper introduces Dataspread, a spreadsheet system using asynchronous formula computations while maintaining consistency by utilizing partial results and on-the-fly scheduling to incrementally make cells available for computation. This enables a system that is more interactive while keeping consistency when dealing with large datasets. -- [Tango: Distributed Data Structures over a Shared Log](https://www.cs.cornell.edu/~taozou/sosp13/tangososp.pdf) - \ No newline at end of file +- [Tango: Distributed Data Structures over a Shared Log](https://www.cs.cornell.edu/~taozou/sosp13/tangososp.pdf) - Provides an abstraction of a data structure backed by a shared log called a Tango object. The objects rely on append and read operations on the shared log to build highly available metadata services. \ No newline at end of file