From ea872ce4c3cba76e8e118b3b0eed8994c66fbdd0 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Fri, 5 Jul 2024 17:28:27 +0300 Subject: Update table stats. Signed-off-by: Munyoki Kilyungi --- .../engineering/improving-wiki-rif-search-in-genenetwork.gmi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'topics') diff --git a/topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi b/topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi index f28d79a..74e7178 100644 --- a/topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi +++ b/topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi @@ -86,11 +86,11 @@ To attempt to reduce the index script's space consumption and improve the script ``` -| | Indexing Time (min) | Space (Gb) | % Inc Size (from G+P+R) | % Inc Time | -|-------------------------------------------------------------------------------------------------------------------- -----| -|G+P+R (no stop-words, no-stemming, pos. data) | 101 | 60 | 0 | 0 | -|G+P+W+R (no stop-words, no stemming, pos. data) | 429 | 152 | 153.3 | 324.8 | -|G+P+W+R (stop-words, stemming, no pos. data) | 69 | 73 | 21.6 | -31.6 | +| | Indexing Time (min) | Space (Gb) | % Inc Size (from G+P) | % Inc Time | +|------------------------------------------------------------------------------------------------------------------ -----| +|G+P (no stop-words, no-stemming, pos. data) | 75 | 60 | 0 | 0 | +|G+P+W+R (no stop-words, no stemming, pos. data)| 429 | 152 | 153.3 | 472 | +|G+P+W+R (stop-words, stemming, no pos. data) | 69 | 73 | 21.6 | -8 | Key: ---- -- cgit v1.2.3