- sorting column
-
сортирующий столб
Англо-русский словарь терминов металлургии и сварки. 2011.
Англо-русский словарь терминов металлургии и сварки. 2011.
Column-oriented DBMS — A column oriented DBMS is a database management system (DBMS) that stores its content by column rather than by row. This has advantages for data warehouses and library catalogues where aggregates are computed over large numbers of similar data… … Wikipedia
Standard column family — A standard column family consists of a (unique) row key and a number of columns. The standard column family is a NoSQL object that contains columns of related data. It is a tuple (pair) that consists of a key value pair, where the key is mapped… … Wikipedia
Magnetic-activated cell sorting — (MACS) is a trademark name for a method for separation of various cell populations depending on their surface antigens (CD molecules). The term MACS is a registered trademark of Miltenyi Biotec. Magnetic cell separation using antibodies is also… … Wikipedia
IBM 80 series Card Sorters — Card Sorters in the IBM 80 series were: *IBM 80 Electric Punched Card Sorting Machine Introduced by IBM in 1925. This sorter was almost twice the speed of the older Hollerith 70 vertical sorter and used an entirely new magnetically operated… … Wikipedia
Burrows-Wheeler transform — The Burrows Wheeler transform (BWT, also called block sorting compression), is an algorithm used in data compression techniques such as bzip2. It was invented by Michael Burrows and David Wheeler in 1994 while working at DEC Systems Research… … Wikipedia
Unit record equipment — Before the advent of electronic computers, data processing was performed using electromechanical devices called unit record equipment, electric accounting machines (EAM) or tabulating machines. Unit record machines were as ubiquitous in industry… … Wikipedia
Null (SQL) — The Greek lowercase omega (ω) character is used to represent Null in database theory. Null is a special marker used in Structured Query Language (SQL) to indicate that a data value does not exist in the database. Introduced by the creator of the… … Wikipedia
Extensible Storage Engine — For JET Red storage engine of Microsoft Access, see Microsoft Jet Database Engine. For the teacher s term, Exceptional education. Extensible Storage Engine (ESE), also known as JET Blue, is an Indexed Sequential Access Method (ISAM) data storage… … Wikipedia
Permutation — For other uses, see Permutation (disambiguation). The 6 permutations of 3 balls In mathematics, the notion of permutation is used with several slightly different meanings, all related to the act of permuting (rearranging) objects or values.… … Wikipedia
Shell sort — is a sorting algorithm that is a generalization of insertion sort, with two observations: *insertion sort is efficient if the input is almost sorted , and *insertion sort is typically inefficient because it moves values just one position at a… … Wikipedia
Radix sort — In computer science, radix sort is a sorting algorithm that sorts integers by processing individual digits. Because integers can represent strings of characters (e.g., names or dates) and specially formatted floating point numbers, radix sort is… … Wikipedia