Scalable delivery of stream query result.ppt


文档分类:高等教育 | 页数:约19页 举报非法文档有奖
1/19
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/19
文档列表 文档介绍
Yongluan Zhou University of Southern Denmark Ali Salehi , Karl Aberer EPFL, Switzerland - Manisha Mishra ? Continuous queries over data streams typically produce large volumes of result streams whose delivery from the processing server to the end users is bandwidth consuming and hence should be carefully handled. ? Existing systems often assume that the result streams are directly sent to the users from the server . Such an architecture cannot scale to a large population of users. Naive Approach ? One query one query result stream . ? One query result stream unique identifier . ? User's subscription unique identifier . (. user's data interest) but Reason?? Inefficient Large communication over head overlap contents Q1 SELECT S2. * FROM Station1 [Range 30 Minutes] S1, Station2 [Now] S2 WHERE > Q2 SELECT , , , FROM Station1 [Range 1 Hour] S1, Station2 [Now] S2 WHERE > Q3 SELECT S2. * , , FROM Station1 [Range 1 Hour] S1, Station2 [Now] S2 WHERE > n1 n2 n3 n4 Q1 Q2 S1 S2 S2 S1 Non-Share n1 = Responsible for processing Q1 and Q2 n2 = Neighboring Broker of n1 n3 = Post query Q1 n4 = Post query Q2 Overlapping contents of S1 and S2 are transmitted twice over the link between n1 and n2 . Thus S1,S2,S3 = Result stream of Q1, Q2 and Q3 respectively n1 n2 n3 n4 Q1 Q2 S3 S2 S1 Share Query Reformulation Approach ? Relatively Simple .? Easy to be implemented. ? Implemented as middleware between system processing engine and DPSS(more on this later). ? For a group of queries that have overlapping results, the poses a new query Q called Representative Query that contains all the queries in its group. S3 {S1,S2} We send one result stream S3 to n2, and split S3 into two separate streams S1 and S2 at node n2. ? The whole system consists of a stre

Scalable delivery of stream query result 来自淘豆网www.taodocs.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数19
  • 收藏数0 收藏
  • 顶次数0
  • 上传人夏风如歌
  • 文件大小0 KB
  • 时间2016-05-30