Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
glossary:b [2009/12/04 16:55]
tdo
glossary:b [2012/10/26 14:46] (current)
Line 1: Line 1:
 +{{page>:​top_add&​nofooter&​noeditbtn}}
 +
 ====== Glossary ====== ====== Glossary ======
 ===== B ===== ===== B =====
Line 4: Line 6:
  
 ==== Back out feature ==== ==== Back out feature ====
-The ability to undo a QUAFLIFY keyword search and to restore the previous internal ID list. +  * The ability to undo a QUAFLIFY keyword search and to restore the previous internal ID list. 
  
 ==== Bitmap index ==== ==== Bitmap index ====
-An indexing option which stores index pointer as a bitmap, providing efficient indexing for "low cardinality"​ data. See also: Cardinality. Omnidex uses bitmap indexes as an option for low cardinality data. +  * An indexing option which stores index pointer as a bitmap, providing efficient indexing for "low cardinality"​ data. See also: Cardinality. Omnidex uses bitmap indexes as an option for low cardinality data.  Bitmap ​Indexes ​are used on read only data stores ​as they cannot ​be indexed online ​and can only be synchronized with data during ​batch index operation.
- +
-==== bitmap join ==== +
-Bitmap ​joins are characterized by having the "​from"​ table and the "​to"​ table as the same child, the purpose being to change which owner is current for the table. This step may be taken when joining between a parent ​and a child that are not already pre-joined+
  
 +==== Bitmap join ====
 +  * Bitmap joins are characterized by having the "​from"​ table and the "​to"​ table as the same child, the purpose being to change which owner is current for the table. This step may be taken when joining between a parent and a child that are not already pre-joined. ​
  
 ==== Boolean operators ==== ==== Boolean operators ====
-AND (,), OR (+), and NOT (,-) operators used to combine keywords during an Omnidex retrieval. ​+  * AND (,), OR (+), and NOT (,-) operators used to combine keywords during an Omnidex retrieval. ​
  
-== B-tree ==+==== B-tree ==== 
 +  * A type of index optimized for sorted and partial key retrievals by on column or concatenation of columns, requiring left justification of data and case-sensitive matching.  
 +  * The fundamental type of indexing on which relational databases are founded. Omnidex uses B-Trees internal for some of its indexes.
  
-A type of index optimized for sorted and partial key retrievals by on column or concatenation of columns, requiring left justification of data and case-sensitive matching.  +{{page>:​bottom_add&​nofooter&​noeditbtn}}
-The fundamental type of indexing on which relational databases are founded. Omnidex uses B-Trees internal for some of its indexes.+
    
- 
 
Back to top
glossary/b.1259945720.txt.gz · Last modified: 2012/10/26 14:40 (external edit)