Limit this search to....

Data Stream Management
Contributor(s): Golab, Lukasz (Author), Zsu, M. Tamer (Author), Ozsu, M. Tamer (Author)
ISBN: 1608452727     ISBN-13: 9781608452729
Publisher: Morgan & Claypool
OUR PRICE:   $23.75  
Product Type: Paperback
Published: June 2010
* Not available - Not in print at this time *
Additional Information
BISAC Categories:
- Computers | Databases - General
- Computers | System Administration - Storage & Retrieval
Dewey: 005.74
Series: Synthesis Lectures on Data Management
Physical Information: 0.17" H x 7.5" W x 9.25" (0.34 lbs) 80 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
In this lecture many applications process high volumes of streaming data, among them Internet traffic analysis, financial tickers, and transaction log mining. In general, a data stream is an unbounded data set that is produced incrementally over time, rather than being available in full before its processing begins. In this lecture, we give an overview of recent research in stream processing, ranging from answering simple queries on high-speed streams to loading real-time data feeds into a streaming warehouse for off-line analysis. We will discuss two types of systems for end-to-end stream processing: Data Stream Management Systems (DSMSs) and Streaming Data Warehouses (SDWs). A traditional database management system typically processes a stream of ad-hoc queries over relatively static data. In contrast, a DSMS evaluates static (long-running) queries on streaming data, making a single pass over the data and using limited working memory. In the first part of this lecture, we will discuss research problems in DSMSs, such as continuous query languages, non-blocking query operators that continually react to new data, and continuous query optimization. The second part covers SDWs, which combine the real-time response of a DSMS by loading new data as soon as they arrive with a data warehouse's ability to manage Terabytes of historical data on secondary storage. Table of Contents: Introduction / Data Stream Management Systems / Streaming Data Warehouses / Conclusions