Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- research-articleJune 2013
Controlled lock violation
SIGMOD '13: Proceedings of the 2013 ACM SIGMOD International Conference on Management of DataPages 85–96https://doi.org/10.1145/2463676.2465325In databases with a large buffer pool, a transaction may run in less time than it takes to log the transaction's commit record on stable storage. Such cases motivate a technique called early lock release: immediately after appending its commit record to ...
- research-articleJune 2013
A scalable lock manager for multicores
SIGMOD '13: Proceedings of the 2013 ACM SIGMOD International Conference on Management of DataPages 73–84https://doi.org/10.1145/2463676.2465271Modern implementations of DBMS software are intended to take advantage of high core counts that are becoming common in high-end servers. However, we have observed that several database platforms, including MySQL, Shore-MT, and a commercial system, ...
- research-articleJune 2013
Latch-free data structures for DBMS: design, implementation, and evaluation
SIGMOD '13: Proceedings of the 2013 ACM SIGMOD International Conference on Management of DataPages 409–420https://doi.org/10.1145/2463676.2463720The fact that multi-core CPUs have become so common and that the number of CPU cores in one chip has continued to rise means that a server machine can easily contain an extremely high number of CPU cores. The CPU scalability of IT systems is thus ...
- research-articleJune 2013
Hekaton: SQL server's memory-optimized OLTP engine
- Cristian Diaconu,
- Craig Freedman,
- Erik Ismert,
- Per-Ake Larson,
- Pravin Mittal,
- Ryan Stonecipher,
- Nitin Verma,
- Mike Zwilling
SIGMOD '13: Proceedings of the 2013 ACM SIGMOD International Conference on Management of DataPages 1243–1254https://doi.org/10.1145/2463676.2463710Hekaton is a new database engine optimized for memory resident data and OLTP workloads. Hekaton is fully integrated into SQL Server; it is not a separate system. To take advantage of Hekaton, a user simply declares a table memory optimized. Hekaton ...