I am running my stash application on single node. The plan is to upgrade it to BitBucket and push it to DataCenter. So with this multi-node architecture, I wanted to know the impact of performance. Is it much better compared to single node architecture?
Asked
Active
Viewed 387 times
1 Answers
0
In my experience it is about the same. Data Centre uses NFS to provide HA Active-Active capability so. NFS speeds can vary: https://confluence.atlassian.com/enterprise/bitbucket-data-center-faq-776663707.html#BitbucketDataCenterFAQ-nfsWon'tNFSbethebottleneckinmyBitbucketDataCenterinstance?
The main advantage of Data Centre is mirroring if you have remote developers:
https://confluence.atlassian.com/bitbucketserver/smart-mirroring-776640046.html
High availability:
It is also easy to add more nodes to a cluster should one go down:
See also:
https://www.atlassian.com/blog/jira-software/server-vs-data-center-whats-right
https://confluence.atlassian.com/enterprise/bitbucket-data-center-performance-668468334.html

eeijlar
- 1,232
- 3
- 20
- 53
-
Thanks. These are helpful. – Venkata Shreyas Kabekkodu Nov 21 '17 at 10:19