User Tools

Site Tools


20111014

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
20111014 [2011/10/12 12:51] – created root20111014 [2011/10/14 16:21] (current) root
Line 2: Line 2:
  
 Presentation (discussion) \\ Presentation (discussion) \\
 +
 +This Friday I (Darius) will give a paper presentation entitled [[http://dl.acm.org/citation.cfm?id=1995444|How to Efficiently Snapshot Transactional Data: Hardware or Software Controlled?]].
 +
 +**Abstract**\\
 +The quest for real-time business intelligence requires executing mixed transaction and query processing workloads on the same current database state. However, as Harizopoulos et al. [6] showed for transactional processing, co-execution using classical concurrency control techniques will not yield the necessary performance -- even in re-emerging main memory database systems. Therefore, we designed an in-memory database system that separates transaction processing from OLAP query processing via periodically refreshed snapshots. Thus, OLAP queries can be executed without any synchronization and OLTP transaction processing follows the lock-free, mostly serial processing paradigm of H-Store [8]. In this paper, we analyze different snapshot mechanisms: Hardware-supported Page Shadowing, which lazily copies memory pages when changed by transactions, software controlled Tuple Shadowing, which generates a new version when a tuple is modified, software controlled Twin Tuple, which constantly maintains two versions of each tuple and HotCold Shadowing, which effectively combines Tuple Shadowing and hardware-supported Page Shadowing by clustering update-intensive objects. We evaluate their performance based on the mixed workload CH-BenCHmark which combines the TPC-C and the TPC-H benchmarks on the same database schema and state.
  
  
 Attendance:\\ Attendance:\\
 +
 +  * Torben Bach Pedersen
 +  * Chaithanya 
 +  * Darius Sidlauskas
 +  * Hua Lu
 +  * Simonas Saltenis
 +  * Andreas Weisberg
 +  * Saulius Samulevicius
 +  * Lone Leth Thomsen 
 +  * Christian Thomsen
 +  * Bent Thomsen
 +  * Liu Xiufeng
 +  * Benjamin
 +  * Kristian Torp
  
  
20111014.1318423878.txt.gz · Last modified: by root