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
dev:sql:statements:update_indexes:home [2010/08/04 15:37]
tdo
dev:sql:statements:update_indexes:home [2010/08/04 19:39]
tdo
Line 40: Line 40:
 ==== WIth Options ==== ==== WIth Options ====
  
-MAXTHREADS=thread_count allows the setting of the maximum number of processors to be used during the update index process.+MAX_THREADS=thread_count allows the setting of the maximum number of processors to be used during the update index process. Note that the token is currently maxthreads instead of max_threads in the 5.01 beta.
  
-  update indexes with maxthreads=4;+  update indexes with max_threads=4;
  
 LOG=<​directory>​ will cause Omnidex to write indexing logs to the specified directory. ​ This is particularly useful for reviewing the status of large UPDATE INDEX operations. ​ The directory has to be created before the UPDATE INDEXES statement is used. LOG=<​directory>​ will cause Omnidex to write indexing logs to the specified directory. ​ This is particularly useful for reviewing the status of large UPDATE INDEX operations. ​ The directory has to be created before the UPDATE INDEXES statement is used.
 
Back to top
dev/sql/statements/update_indexes/home.txt ยท Last modified: 2016/06/28 22:38 (external edit)