diff options
author | Munyoki Kilyungi | 2024-07-05 17:28:27 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2024-07-05 17:28:27 +0300 |
commit | ea872ce4c3cba76e8e118b3b0eed8994c66fbdd0 (patch) | |
tree | 54b4a7f0a441c07292d67c3d5e08e4ed31a6a23d /topics | |
parent | 8a80aac35d8a43bb9f27e7a932925e6b52e3f801 (diff) | |
download | gn-gemtext-ea872ce4c3cba76e8e118b3b0eed8994c66fbdd0.tar.gz |
Update table stats.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'topics')
-rw-r--r-- | topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi | 10 |
1 files changed, 5 insertions, 5 deletions
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: ---- |