diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-14 15:21:29 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-14 15:21:29 +0200 |
commit | dde0a9c6032cf123c25a389b4e524f6be8fb5f8a (patch) | |
tree | 82081f460b915f557d3d8646259e8178b71e3e81 /python | |
parent | fb1a96e7af59e993edfc18dc12ddbc0b8df9b109 (diff) | |
download | refcat-dde0a9c6032cf123c25a389b4e524f6be8fb5f8a.tar.gz refcat-dde0a9c6032cf123c25a389b4e524f6be8fb5f8a.zip |
tasks: add performance note
Diffstat (limited to 'python')
-rw-r--r-- | python/refcat/tasks.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 6ab8d06..9bc1f28 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1312,6 +1312,13 @@ class BrefCombined(Refcat): Data point: version 2021-05-06 results in 1,323,614,061 docs (77G compressed; about 285G when indexed in ES7). + + Data point: 72G matches, 170G unmatched (compressed); about 3.8B docs + (close to 300k docs/s): + + real 214m12.019s + user 1482m46.429s + sys 114m9.439s """ def requires(self): return { |