massive scale out of expensive continuous queries
play

Massive scale-out of expensive continuous queries E. Zeitler and - PowerPoint PPT Presentation

Massive scale-out of expensive continuous queries E. Zeitler and T.Risch Presentation by Thomas Pasquier Stream splitting Splitstream splistream(stream s, int q, function bfn, function rfn) user defines rfn (routing function)


  1. Massive scale-out of expensive continuous queries E. Zeitler and T.Risch Presentation by Thomas Pasquier

  2. Stream splitting

  3. Splitstream ● splistream(stream s, int q, function bfn, function rfn) ● user defines rfn (routing function) ● int rfn(int q, tupple t) ● user defines bfn (broadcast function) ● bool bfn(int q, tupple t)

  4. Naive implementation

  5. Tree shapped implemenation: maxtree Scalable Splitting of Massive Data Streams Erik Zeitler, Tore Risch

  6. Parasplit

  7. Parasplit*

  8. Evaluation: network bound

  9. Window router stream rate If w large enough bound by the network However, performance decrease when p large (author state reason unknown)

  10. Evaluation parasplit* Less degradation when using parasplit*

  11. Comparison different solutions

  12. Cost model and heuristic

  13. Cost model for Window router Cpr = cr + cs + ce ● cr : read cost ● cs : split cost ● ce : emit cost

  14. Cost window splitter Cps = crw + cs (o+r+q.b) + ce(r+q.b) ● crw : read cost per window ● cs : split cost per tuple ● ce : emit cost per tuple ● o : omit % ● r : routing % ● b : broadcast % ● o + r + b = 100%

  15. Cost model for query processor Cpq = cr + p(cp+cm) + O ● cr : read cost per tuple ● cp : poll cost ● cm : merge cost ● O : cost for executing the query and emitting the results

  16. Cost model for parasplit ● Cpr = crw + cs + ce ● Cps = crw + cs (o+r+q.b) + ce(r+q.b) ● Cpq = cr + p(cp+cm) + O

  17. Heuristic for estimating p ● We search p such that ● Assume: ○ 1% broadcast tuples ○ 0% omitted ○ crw = 0 ● Cps = crw + cs (o+r+q.b) + ce(r+q.b) ● ● We estimate cs + ce by measuring the maximum steam rate ● ● We can then estimate p, given the desired steam rate

  18. Efficiency ● Measurement of the additional work incurred by executing parasplit in comparison to executing a window splitter in a single process ● Useful work: ○ p.Cps ● Overhead: ○ Cpr ○ q.Cpq with O=0

  19. Evaluation efficiency

  20. Related publications ● Event-based Systems: Opportunities and Challenges at Exascale, Brenna et al., 2009 ○ stream splitting shown to be a bottleneck ● MapReduce Online, Condie et al., 2010 ○ does not handle scalable stream splitting

  21. Thank you Questions ?

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend