Data sorting world record: 1 terabyte, 1 minute
scienceblog.com
Data sorting world record: 1 terabyte, 1 minute
1–10 of 16 posts
Re: Data sorting world record: 1 terabyte, 1 minute
#2Re: Data sorting world record: 1 terabyte, 1 minute
#3Here is a link the tech specifics from the TritonSort team (PDF) http://sortbenchmark.org/tritonsort_2010_May_15.pdf
Re: Data sorting world record: 1 terabyte, 1 minute
#4I expect these aren't quite comparable (the op link talks about it being non-generalized data), but it's interesting how these high performance numbers are becoming more achievable.
Re: Data sorting world record: 1 terabyte, 1 minute
#5Re: Data sorting world record: 1 terabyte, 1 minute
#6it's hard to infer if the record is being set due to better hardware or better algorithms. I'd like to see benchmark improvements in algorithms not hardware, but I'm a software guy.
Re: Data sorting world record: 1 terabyte, 1 minute
#7I don't know why they measure in bytes, which is nearly meaningless. I can sort a single 1TB record in my head right now. There, I'm done.
Re: Data sorting world record: 1 terabyte, 1 minute
#8it's hard to infer if the record is being set due to better hardware or better algorithms. I'd like to see benchmark improvements in algorithms not hardware, but I'm a software guy.
Re: Data sorting world record: 1 terabyte, 1 minute
#9it's hard to infer if the record is being set due to better hardware or better algorithms. I'd like to see benchmark improvements in algorithms not hardware, but I'm a software guy.
If that is correct, most improvements would probably come from hardware and software use-case tuning.
Re: Data sorting world record: 1 terabyte, 1 minute
#10it's hard to infer if the record is being set due to better hardware or better algorithms. I'd like to see benchmark improvements in algorithms not hardware, but I'm a software guy.
I was under the impression (could be remembering something wrong, however) that sorting algorithms had a provable (or at least strongly believed) best-case of O(nlogn), and that we already have algorithms that meet that. If that is correct, most improvements would probably come from hardware and software use-case tuning.