2013
DOI: 10.1145/2427631.2427634
|View full text |Cite
|
Sign up to set email alerts
|

TritonSort

Abstract: We present TritonSort, a highly efficient, scalable sorting system. It is designed to process large datasets, and has been evaluated against as much as 100TB of input data spread across 832 disks in 52 nodes at a rate of 0.938TB/min. When evaluated against the annual Indy GraySort sorting benchmark, TritonSort is 66% better in absolute performance and has over six times the per-node throughput of the previous record holder. When evaluated against the 100TB Indy JouleSort benchmark, TritonSort sorted 9703 recor… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2016
2016
2023
2023

Publication Types

Select...
5
2

Relationship

0
7

Authors

Journals

citations
Cited by 21 publications
(3 citation statements)
references
References 11 publications
0
3
0
Order By: Relevance
“…External sorting refers to a class of algorithms capable of sorting large amounts of data that do not fit the available memory. Among various external sorting algorithms, external merge sort is a popular approach [26,47,57]. External merge sort sorts data in two phases: run generation and merge.…”
Section: Traditional External Sortingmentioning
confidence: 99%
“…External sorting refers to a class of algorithms capable of sorting large amounts of data that do not fit the available memory. Among various external sorting algorithms, external merge sort is a popular approach [26,47,57]. External merge sort sorts data in two phases: run generation and merge.…”
Section: Traditional External Sortingmentioning
confidence: 99%
“…Use of the MapReduce framework for sorting was first discussed in the original paper [8]. Hadoop has been used in sorting benchmarking 1 [20,21,22] with very good results, when sorting 1 Terabyte and 1 Petabyte of data. Google have also independently achieved very good results sorting large data [7].…”
Section: Sortingmentioning
confidence: 99%
“…Our work addresses this aspect and our results demonstrate substantial gains. TritonSort [24,25] was developed for doing large-scale data sorting. Recently, in an effort that parallels our Sailfish work, the TritonSort architecture has been extended with a Map-Reduce implementation called ThemisMR [23].…”
Section: Related Workmentioning
confidence: 99%