Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有估算数据库大小的工具?
我正在寻找这样一个工具,我可以输入估计的表、行大小、数据类型、索引和其他变量,从而为我提供有关尚不存在的数据库大小的线索。
我知道 MS Sql Server Books Online 有一个关于如何估计的很好的文档,但我不想最终编码它:)
Sybase PowerDesigner 能够根据模型计算数据库大小,您只需估计每个表的行数。