# How do i add additional nodes

**URL:** https://community.cratedb.com/t/how-do-i-add-additional-nodes/161
**Category:** CrateDB
**Created:** [February 22, 2019, 11:17am UTC](https://community.cratedb.com/t/how-do-i-add-additional-nodes/161 "2019-02-22T11:17:57Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![TC\_Lee](https://avatars.discourse-cdn.com/v4/letter/t/a9adbd/32.png) [@TC\_Lee](https://community.cratedb.com/u/TC_Lee)
#### Post date: [February 22, 2019, 11:17am UTC](https://community.cratedb.com/t/how-do-i-add-additional-nodes/161/1 "2019-02-22T11:17:57Z")

</div>

hi,

i have a 3 nodes version 2.3.6 running in production. recently, the workload has been increasing. (ie number of bulk inserts and query) - the heapsize has been increased to 30GB. there are occasions where it just hit out of memory exceptions

is there any guide on adding the 4th node? will the additional node helps?

---

<div class="post-metadata">

### Author: ![Dominik](https://sea2.discourse-cdn.com/flex020/user_avatar/community.cratedb.com/dominik/32/57_2.png) [@Dominik](https://community.cratedb.com/u/Dominik)
#### Post date: [May 27, 2019, 9:17am UTC](https://community.cratedb.com/t/how-do-i-add-additional-nodes/161/2 "2019-05-27T09:17:44Z")

</div>

Hi, you can find more information about scaling CrateDB here:  
[https://crate.io/docs/crate/guide/en/latest/scaling/scaling-intro.html](https://crate.io/docs/crate/guide/en/latest/scaling/scaling-intro.html)

---

<div class="post-metadata">

### Author: ![senchi](https://sea2.discourse-cdn.com/flex020/user_avatar/community.cratedb.com/senchi/32/83_2.png) [@senchi](https://community.cratedb.com/u/senchi)
#### Post date: [May 27, 2019, 1:23pm UTC](https://community.cratedb.com/t/how-do-i-add-additional-nodes/161/3 "2019-05-27T13:23:32Z")

</div>

Yes, I’ve setup my cluster and everything is working with the Classic Load Balancer. But I can’t get it to work with the Network Load balancer because the Health Checks are not getting through for some reason.  
Did you succeed in this? Do you have a working setup?  
Thanks

---

<div class="post-metadata">

### Author: ![senchi](https://sea2.discourse-cdn.com/flex020/user_avatar/community.cratedb.com/senchi/32/83_2.png) [@senchi](https://community.cratedb.com/u/senchi)
#### Post date: [June 7, 2019, 1:02pm UTC](https://community.cratedb.com/t/how-do-i-add-additional-nodes/161/4 "2019-06-07T13:02:16Z")

</div>

Sorry, somehow I’ve replied to the wrong thread… please ignore my comment above

Thanks

---

<div class="post-metadata">

### Author: ![fetzerms](https://avatars.discourse-cdn.com/v4/letter/f/7feea3/32.png) [@fetzerms](https://community.cratedb.com/u/fetzerms)
#### Post date: [June 19, 2019, 8:11am UTC](https://community.cratedb.com/t/how-do-i-add-additional-nodes/161/5 "2019-06-19T08:11:30Z")

</div>

Is there any way to speed up the initial shard replication? Maybe using file-based transfers or something?  
I currently play around and syncing 30GB (300k entries in table) takes ages (I’m using one replica per node). It looks like the data is only replicated to the new node quite slowly.

---

<div class="post-metadata">

### Author: ![Yugannddhar](https://sea2.discourse-cdn.com/flex020/user_avatar/community.cratedb.com/yugannddhar/32/413_2.png) [@Yugannddhar](https://community.cratedb.com/u/Yugannddhar)
#### Post date: [August 12, 2021, 9:06pm UTC](https://community.cratedb.com/t/how-do-i-add-additional-nodes/161/6 "2021-08-12T21:06:46Z")

</div>

I am also looking to add another node to my 2 node cluster in centos environment. Please let me know if you have any documentation available. I went through the scaling documentation, but not able to use it.

---

<div class="post-metadata">

### Author: ![jayeff](https://sea2.discourse-cdn.com/flex020/user_avatar/community.cratedb.com/jayeff/32/271_2.png) [@jayeff](https://community.cratedb.com/u/jayeff)
#### Post date: [August 13, 2021, 7:07am UTC](https://community.cratedb.com/t/how-do-i-add-additional-nodes/161/7 "2021-08-13T07:07:45Z")

</div>

Hi @Yugannddhar,

without additional information it’s difficult to tell what is going on. Can you share your `crate.yml` or logs from the new node?

---

<div class="post-metadata">

### Author: ![Yugannddhar](https://sea2.discourse-cdn.com/flex020/user_avatar/community.cratedb.com/yugannddhar/32/413_2.png) [@Yugannddhar](https://community.cratedb.com/u/Yugannddhar)
#### Post date: [August 13, 2021, 2:23pm UTC](https://community.cratedb.com/t/how-do-i-add-additional-nodes/161/8 "2021-08-13T14:23:38Z")

</div>

Hi @jayeff  
I have not done any configuration changes in crate. yml.  
It’s kind of like crate is just installed.  
New to crate. So, just want to make sure i know what i am doing before i start the process to add this node to the cluster.  
I am looking for information like which files need to be updated to add this node to the cluster? Do I need update files in existing nodes also?

---

<div class="post-metadata">

### Author: ![jayeff](https://sea2.discourse-cdn.com/flex020/user_avatar/community.cratedb.com/jayeff/32/271_2.png) [@jayeff](https://community.cratedb.com/u/jayeff)
#### Post date: [August 13, 2021, 2:54pm UTC](https://community.cratedb.com/t/how-do-i-add-additional-nodes/161/9 "2021-08-13T14:54:43Z")

</div>

@Yugannddhar: I suggest to go look at our [deployment how-tos](https://crate.io/docs/crate/howtos/en/latest/deployment/index.html). Furthermore check out the [CrateDB multi-node setup](https://crate.io/docs/crate/howtos/en/latest/clustering/multi-node-setup.html) how-to for additional details.
