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
admin:basics:environments:create [2011/01/25 20:48]
els
admin:basics:environments:create [2012/01/19 22:02]
doc
Line 3: Line 3:
 {{page>:​top_add&​nofooter&​noeditbtn}} {{page>:​top_add&​nofooter&​noeditbtn}}
  
-====== Administration:​ Omnidex ​Basics ​======+====== Administration:​ Omnidex ​Fundamentals ​======
  
 ===== Omnidex Environments ===== ===== Omnidex Environments =====
Line 27: Line 27:
 > >
 > create database ​      "​SIMPLE"​ > create database ​      "​SIMPLE"​
->> ​ type                 FLATFILE+>> ​ type                 FILE
 >> ​ index_directory ​     "​idx"​ >> ​ index_directory ​     "​idx"​
 >> ​ in                   "​simple.xml";​ >> ​ in                   "​simple.xml";​
Line 77: Line 77:
 > >
 > create database ​      "​SIMPLE"​ > create database ​      "​SIMPLE"​
->> ​  ​type ​               ​FLATFILE+>> ​  ​type ​               ​FILE
 >> ​  ​index_directory ​    "​idx"​ >> ​  ​index_directory ​    "​idx"​
 >> ​ in                   "​simple.xml";​ >> ​ in                   "​simple.xml";​
Line 117: Line 117:
 ==== Updating Omnidex Indexes ==== ==== Updating Omnidex Indexes ====
  
-When Omnidex indexing is added to an Omnidex Environment,​ only the metadata about each index  is added to the environment. ​ The indexes themselves are not built until an "UPDATE INDEXES" command ​is issued. ​ This is of great benefit since it allows multiple indexes to be built with one scan of the data.  Omnidex applications frequently involve many Omnidex indexes, and building them individually would be prohibitively slow.  The example below connects to the newly create environment and updates the indexes.+When Omnidex indexing is added to an Omnidex Environment,​ only the metadata about each index  is added to the environment. ​ The indexes themselves are not built until an UPDATE INDEXES ​statement ​is issued. ​ This is of great benefit since it allows multiple indexes to be built with one scan of the data.  Omnidex applications frequently involve many Omnidex indexes, and building them individually would be prohibitively slow.  The example below connects to the newly create environment and updates the indexes.
  
 <​code>​ <​code>​
Line 124: Line 124:
 > >
 > update indexes > update indexes
-Updated indexes for HOUSEHOLDS +Database 
-Updated indexes for INDIVIDUALS + ​Table ​                                      ​Rows ​       CPU    Elapsed 
-Omnidex indexes updated ​for environment USER_ENVIRONMENT+---------------------------------------------------------------------------- 
 +SIMPLE 
 + HOUSEHOLDS ​                                1,909       ​0:​00 ​      0:00 
 + ​INDIVIDUALS ​                               ​5,​000 ​      ​0:​00 ​      ​0:​00 
 +---------------------------------------------------------------------------- 
 +Total                                                   ​0:​00 ​      ​0:​03 
 + 
 +Omnidex indexes updated 
 +>
 </​code>​ </​code>​
  
 
Back to top
admin/basics/environments/create.txt · Last modified: 2016/06/28 22:38 (external edit)