db-readings
db-readings copied to clipboard
Readings in Databases
Added a link to the Red Book
**1. Modification** **SageDB** introduces machine learning methods to modify the data structures, algorithms and load balancing model involved in optimizing the database. **2. Suggestion** The combination of database and machine...
Fixed the broken links by googling for alternatives.
I think Issue #21 can be resolved by this patch. :)
Papers defining, discussing the issues and the advancements in Snapshot Isolation.
HyPer is a hybrid OLTP&OLAP main memory database developed by database chair of TUM. Many novel techniques such as serializable MVCC, data-centric query compilation with LLVM, NUMA-aware query execution and...
Added referece to "Windows Azure Storage: A Highly Available Cloud Storage Service with Strong Consistency " paper
Put two styles of encrypted databases in _Trends_: **CryptDB** that peels layers of encryption to keep the data secure while queriable; and, **Cipherbase**, which offloads decryption & sensitive queries to...