Multi-column data sorting method, device, readable storage medium and electronic equipment
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- 上海赜睿信息科技有限公司
- Publication Date
- 2020-12-15
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present invention relates to the field of computer technology, in particular to a multi-column data sorting method, device, readable storage medium and electronic equipment. Background technique
[0002] Multi-column sorting is a technique for sorting multiple columns of data in a data table. There are currently two methods for multi-column sorting. The first method is to combine all sorting-related columns in the data table into one key for sorting. The disadvantage of this sorting is that the data imported at one time is too large, which will cause a lot of memory consumption. Secondly, combine all the columns in the There will be many conditions for judging statements during the execution of sorting together, especially in multi-key value sorting based on a graphics processing unit (GPU), which will cause branch divergence and cause very low execution efficiency. The second method is to sort each column in the data table as an input in turn. T...