数据排序 meaning in Chinese
data reordering
Examples
- The . net compact framework depends on the operating system for sorting data , so the sort results may be unexpected for some cultures
. net compact framework依赖于操作系统进行数据排序,因此对于某些区域性,有可能出现意外的排序结果。 - Each binary collation in sql server maps to a specific language locale and ansi code page , and each performs case - sensitive and accent - sensitive data sorts
Sql server中的每个二进制排序规则都映射到特定的语言区域设置和ansi代码页,且每个都执行区分大小写和区分重音的数据排序。 - If the data file is sorted in a different order , that is other than the order of a clustered index key , or if there is no clustered index on the table , the order clause is ignored
如果根据表中的聚集索引对要加载的数据排序,则可提高大容量复制的性能。如果数据文件按不同次序排序,或者该表没有聚集索引,则将忽略order提示。 - This is a fairly typical sort of complex data , in this case ordering something by date , time , and id number by concatenating the numbers into a single number that we can then sort numerically
这是一个典型的复杂数据排序操作,在该例中,要对日期、时间和id号进行排序,这是通过将数字连接在一个数字上,然后对其进行数字排序实现的。 - Creating a clustered index on a table heap or dropping and re - creating an existing clustered index requires additional workspace to be available in the database to accommodate data sorting and a temporary copy of the original table or existing clustered index data
对表(堆)创建聚集索引或删除和重新创建现有聚集索引时,要求数据库具有额外的可用工作区来容纳数据排序结果和原始表或现有聚集索引数据的临时副本。