2013
DOI: 10.1007/978-3-642-32741-4_7
|View full text |Cite
|
Sign up to set email alerts
|

On Parallel Sorting of Data Streams

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
4
0

Year Published

2013
2013
2014
2014

Publication Types

Select...
2

Relationship

1
1

Authors

Journals

citations
Cited by 2 publications
(4 citation statements)
references
References 13 publications
0
4
0
Order By: Relevance
“…The details about the implementation of the parallel_ merge and the single_threaded_sort operators, as well as 1 http://www.ksi.mff.cuni.cz/bobox/ experiments which test the scalability of the algorithm, can be found in previous work [6].…”
Section: Parallel Sortingmentioning
confidence: 99%
See 1 more Smart Citation
“…The details about the implementation of the parallel_ merge and the single_threaded_sort operators, as well as 1 http://www.ksi.mff.cuni.cz/bobox/ experiments which test the scalability of the algorithm, can be found in previous work [6].…”
Section: Parallel Sortingmentioning
confidence: 99%
“…We introduced a parallel_merge operator [6] which is able to perform the merging operation in parallel without significant serial bottleneck. The source code of the parallel sort algorithm can be expressed in a very compact form in Bobolang: input -> disp -> sort -> bcast -> merge; merge -> cons -> output; } An instance of the operator for four worker threads is shown in Figure 3.…”
Section: Parallel Sortingmentioning
confidence: 99%
“…The sort-merge join consists of two independent phases -sorting phase that sorts the input stream by join attributes and joining phase. We have utilized the highly scalable implementation of a stream sorting algorithm (Falt et al, 2012b); it is briefly described in Section 4.2…”
Section: Algorithmsmentioning
confidence: 99%
“…If one or both input streams need to be sorted, we use the approach based on algorithm described in (Falt et al, 2012b). Basically, the sorting of the stream is divided into three phases:…”
Section: Sortmentioning
confidence: 99%