diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-20 00:32:44 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-20 00:32:44 +0200 |
commit | f5bed5dddc9e43e6d5623e03be985197d7244f8b (patch) | |
tree | 6e73c7d33da669c3f354d7d5eb045919327ef919 | |
parent | 704c9f6e8d978b3187bd9d77a55f40aabf0ac1c3 (diff) | |
download | refcat-f5bed5dddc9e43e6d5623e03be985197d7244f8b.tar.gz refcat-f5bed5dddc9e43e6d5623e03be985197d7244f8b.zip |
es indexing: update notes
-rw-r--r-- | notes/es-indexing.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/notes/es-indexing.md b/notes/es-indexing.md index 7d8419a..e537075 100644 --- a/notes/es-indexing.md +++ b/notes/es-indexing.md @@ -49,7 +49,8 @@ Indexing time: $ 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. +After 26h, indexing completed; only unique edges in the dataset; size: 435G. Do +not include other shards just; TODO: specify setup path to balanced index. ## 2021-04-12 |