Update ReadingList Distributed DBs

vdib 2024-09-17 10:50:17 -04:00
parent 3bdc1f9be1
commit da04eb8cb7

@ -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) -
- [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.