diff options
-rw-r--r-- | notes/es-indexing.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/notes/es-indexing.md b/notes/es-indexing.md index 61c192e..7d8419a 100644 --- a/notes/es-indexing.md +++ b/notes/es-indexing.md @@ -40,6 +40,17 @@ Watch indexing: watch -n 10 'curl -s localhost:9200/_cat/indices | grep fatcat_ref_v02_20210716' +Indexing time: + + real 1599m7.314s + user 1926m34.791s + sys 169m16.626s + + $ curl -s localhost:9200/_cat/indices | grep fatcat_ref_v02_20210716 + green open fatcat_ref_v02_20210716 Cg-LNym9Q6OPUKJekNPCPw 6 0 1865637767 0 435.7gb 435.7gb + +After 26h, indexing completed; only unique edges in the dataset; size: 435G. + ## 2021-04-12 Reduced `number_of_shards` from 12 to 6. |