This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
admin:indexing:creation:performance [2012/01/30 17:11] doc |
admin:indexing:creation:performance [2016/06/28 22:38] (current) |
||
|---|---|---|---|
| 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 11: | Line 11: | ||
| [[admin:indexing:creation:files|Index Files]] | | [[admin:indexing:creation:files|Index Files]] | | ||
| **[[admin:indexing:creation:performance|Performance]]** | **[[admin:indexing:creation:performance|Performance]]** | ||
| + | ---- | ||
| ==== Performance ==== | ==== Performance ==== | ||
| Line 35: | Line 35: | ||
| For that table, plus any prejoined tables ... | For that table, plus any prejoined tables ... | ||
| - | (Number of rows) + (Number of prejoined rows) + (Number of keywords per row) | + | (Number of rows) + (Number of keywords per row) |
| - | ---------------------------------------------------------------------------- | + | ----------------------------------------------- |
| - | 1 billion keywords per hour | + | 1 billion keywords per hour |
| - | Number of rows: the number of rows in the table | + | Number of rows: the number of rows in the table |
| - | Number of prejoined rows: the sum of the rows in all prejoined tables. | + | Number of keywords: the number of parsed words or unparsed values per row. |
| - | Number of keywords: the number of parsed words or unparsed values per row. | + | |
| </code> | </code> | ||