Sha256: 6aecf43210cc7c5966bb66baff057a26bad7a9e837e63ec7f65bfef95687e16d
Contents?: true
Size: 491 Bytes
Versions: 5
Compression:
Stored size: 491 Bytes
Contents
### How to choose shards, replicas and cluster size: Rules of Thumb. sh = shards rf = replication factor. replicas = 0 implies rf = 1, or 1 replica of each shard. pm = running data_esnode processes per machine N = number of machines n_cores = number of cpu cores per machine n_disks = number of disks per machine * You must have at least as many data_esnodes as Mandatory: (sh * rf) < (pm * N) Shards: shard size < 10GB More shards = more parallel writes
Version data entries
5 entries across 5 versions & 1 rubygems