Sciweavers

VLDB
2005
ACM

Improving Database Performance on Simultaneous Multithreading Processors

13 years 9 months ago
Improving Database Performance on Simultaneous Multithreading Processors
Simultaneous multithreading (SMT) allows multiple threads to supply instructions to the instruction pipeline of a superscalar processor. Because threads share processor resources, an SMT system is inherently different from a multiprocessor system and, therefore, utilizing multiple threads on an SMT processor creates new challenges for database implementers. We investigate three thread-based techniques to exploit SMT architectures on memoryresident data. First, we consider running independent operations in separate threads, a technique applied to conventional multiprocessor systems. Second, we describe a novel implementation strategy in which individual operators are implemented in a multithreaded fashion. Finally, we introduce a new data-structure called a work-ahead set that allows us to use one of the threads to aggressively preload data into the cache. We evaluate each method with respect to its performance, implementation complexity, and other measures. We also provide guidance r...
Jingren Zhou, John Cieslewicz, Kenneth A. Ross, Mi
Added 28 Jun 2010
Updated 28 Jun 2010
Type Conference
Year 2005
Where VLDB
Authors Jingren Zhou, John Cieslewicz, Kenneth A. Ross, Mihir Shah
Comments (0)