A new sorting algorithm for accelerating join-based queries (Q710385)
From MaRDI portal
| This is the item page for this Wikibase entity, intended for internal use and editing purposes. Please use this page instead for the normal view: A new sorting algorithm for accelerating join-based queries |
scientific article; zbMATH DE number 5802281
| Language | Label | Description | Also known as |
|---|---|---|---|
| default for all languages | No label defined |
||
| English | A new sorting algorithm for accelerating join-based queries |
scientific article; zbMATH DE number 5802281 |
Statements
A new sorting algorithm for accelerating join-based queries (English)
0 references
19 October 2010
0 references
The performance of several Database Management Systems (DBMSs) and Data Stream Management Systems (DSMSs) queries is dominated by the cost of the sorting algorithm. Sorting is an integral component of most database management systems. Stable sorting algorithms play an important role in DBMS queries since such operations requires stable sorting outputs. In this paper, we present a new stable sorting algorithm for internal sorting that scans an unsorted input array of length \(n\) and arranges it into \(m\) sorted sub-arrays. By using the \(m\)-way merge algorithm, the sorted \(m\) subarrays will be merged into the final output sorted array. The proposed algorithm keeps the stability of the keys intact. The scanning process requires linear time complexity in the best case, and \(O(n \log m)\) in the worst case, and the \(m\)-way merge process requires \(O (n \log m)\) time complexity. The proposed algorithm has a time complexity of \(O (n \log m)\) element comparisons. The performed experimental results have shown that the proposed algorithm outperforms other stable sorting algorithms that are designed for join-based queries.
0 references
sorting
0 references
stable sorting
0 references
auxiliary storage sorting
0 references
merging
0 references
0.7192165851593018
0 references
0.7010381817817688
0 references
0.6732061505317688
0 references
0.6674767136573792
0 references
0.6663210391998291
0 references