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
Next revision Both sides next revision
admin:indexing:creation:files [2012/01/26 16:55]
doc
admin:indexing:creation:files [2012/02/02 17:44]
doc
Line 4: Line 4:
 ====== Administration:​ Omnidex Indexing ====== ====== Administration:​ Omnidex Indexing ======
  
-===== Indexing ​Creation =====+===== Index Creation =====
  
 [[admin:​indexing:​creation:​home|Overview]] | [[admin:​indexing:​creation:​home|Overview]] |
Line 10: Line 10:
 [[admin:​indexing:​creation:​updating|Updating Indexes]] | [[admin:​indexing:​creation:​updating|Updating Indexes]] |
 **[[admin:​indexing:​creation:​files|Index Files]]** | **[[admin:​indexing:​creation:​files|Index Files]]** |
-[[admin:​indexing:​creation:​maintenance|Maintenance]]+[[admin:​indexing:​creation:​performance|Performance]]
  
 ==== Index Files ==== ==== Index Files ====
  
-Omnidex stores its indexes in files that are located in the Index Directory, which is specified in the CREATE DATABASE statement. ​ The index files will all begin with the name of the database as declared in the CREATE DATABASE statement and will be followed by various names or numbers. ​ Small databases will have only a handful of index files, while large databases may have hundreds of files.+Omnidex stores its indexes in files that are located in the Index Directory, which is specified in the [[dev:​sql:​statements:​create_database:​home|CREATE DATABASE]] statement. ​ The index files will all begin with the name of the database as declared in the CREATE DATABASE statement and will be followed by various names or numbers. ​ Small databases will have only a handful of index files, while large databases may have hundreds of files.
  
  
Line 35: Line 35:
 </​code>​ </​code>​
  
 +=== Index File Compression ===
 +
 +Omnidex indexes use an efficient index compression algorithm to reduce the physical footprint of Omnidex on the disk drive. ​ In most cases, Omnidex requires about 2.5 bytes per keyword for its indexes. ​ A keyword is an individual index entry. ​ For standard Omnidex indexes, a keyword is an index value; for QuickText indexes, a keyword is a parsed word from the text field. ​ Note that Omnidex Bitmap indexes require substantially less space, and FullText indexes require more space.
 + 
 ====  ====  ====  ==== 
  
-**[[admin:​indexing:​creation:​updating|Prev]] | [[admin:​indexing:​creation:​maintenance|Next]]**+**[[admin:​indexing:​creation:​updating|Prev]] | [[admin:​indexing:​creation:​performance|Next]]**
  
  
 
Back to top
admin/indexing/creation/files.txt ยท Last modified: 2016/06/28 22:38 (external edit)