Browse Source

Add full planet build considerations

This doucment explains how to run a full planet build
pull/223/head
Julian Simioni 6 years ago
parent
commit
3c5dad858b
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 14
      full_planet_considerations.md

14
full_planet_considerations.md

@ -44,6 +44,20 @@ having as few shards as possible is best. At [geocode.earth](https://geocode.ear
experimenting with 12 shard builds, and may eventually move to 6. We would appreciate performance experimenting with 12 shard builds, and may eventually move to 6. We would appreciate performance
feedback from anyone doing large builds. feedback from anyone doing large builds.
The `elasticsearch` section of `pelias.json` can be used to configure the shard count.
```js
{
"elasticsearch": {
"settings": {
"index": {
"number_of_shards": "5",
}
}
}
}
```
### Force merge your Elasticsearch indices ### Force merge your Elasticsearch indices
Pelias Elasticserach indices are generally static, as we do not recommend querying from and Pelias Elasticserach indices are generally static, as we do not recommend querying from and

Loading…
Cancel
Save