问题描述
我在楼宇更新1上使用TFS 2017,GIT作为存储库。
I'm using TFS 2017 on premises update 1 with GIT as repository.
我想知道TFS在哪里存储GIT源代码。 TFS是否在sql server数据库集合中存储GIT源代码?如果不是,假设c:\作为安装SQL Server实例的Windows主分区。 TFS是否将GIT源代码存储在c:\?
I'd like to know where TFS phisically stores GIT source code. Does TFS store GIT source code in sql server database collection? If no, assuming c:\ as windows main partition where SQL Server instance is installed. Does TFS store GIT source code in c:\ ?
此外,我想知道TFS在哪里存储工作项附件? TFS是在sql server数据库集合中还是在另一个物理空间/分区中存储工作项附件?
Furthermore, I'd like to know where TFS phisically stores workitem attachments? Does TFS store workitem attachments in sql server database collection or in another phisical space/partition?
我需要知道这个方面才能正确管理分配给分区的正确维度(GB) Windows操作系统。是否有一种方法可以通过控制台管理来查看TFS存储GIT源代码的位置?
I need to know this aspect in order to properly manage the right dimension (GBs) to assign to partitions of windows operation system. Is there a way by console administration in order to see where TFS stores GIT source code?
推荐答案
你是对的TFS确实将所有信息存储在两个 SQL Server数据库 - 共享配置数据库和集合数据库。
you're correct TFS does store all the information in two SQL Server database - the shared configuration database and the collection databases.
构建工件可以存储在集合数据库中,也可以存储在网络共享中。
Build artefacts can be stored either in the collection database or on a network share.
部分信息进一步存储在数据仓库数据库中,报告确实使用报告服务基础设施。
some of the information are further stored in a datawarehouse database and for reporting it does use reporting services infrastructure.
这篇关于TFS是否在SQL Server中存储GIT源代码和工作项附件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!