Hello
I am evaluating git/BitBucket Server to replace our existing SCM. The trial version I have installed uses an internal BitBucket database, but it is recommended to move to an external database once we go to production with it.
My question is, what is stored in the external database? Is it BitBucket Server settings AND all the git data and source code?
One of our issues currently with our current SCM is that the data is also stored in external database (in this case, SQL Server running on dedicated machine) maxes out the memory (32 gig of memory and only about 20 users) and the clients become seriously bogged down, slow and at times becomes unresponsive and crashes.
I'm just wondering about performance should we move forward with BitBucket Server. Since we already paid for it (SQL Server 2014) I can almost guarantee we will not be given the OK to buy another SQL server.
Thanks
KL
Repositories are not stored in the database, they are stored on the file system. You can get more information on what Bitbucket stores on the file system here. The database is used for storing repository metadata such as repository name, permissions, settings, etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.