SQL Server CLR 内存分配

发布于 2024-07-18 08:10:30 字数 239 浏览 6 评论 0原文

目前我们有 MS SQL Server 2005(32 位)。 我们有 1 个程序集(并且只有 1 个程序集)用于加密和解密。 仅 512 MB 系统内存分配给 CLR。 程序集运行速度相当慢,我试图排除它是否来自内存。 当我在查询分析器(而不是程序集中)运行 SQL 代码时,它运行得很快。 我们使用对称密钥和证书进行加密/解密。

是否有推荐的内存量分配给 CLR? 如何判断内存分配不足是否会降低该程序集的性能?

Currently we have MS SQL Server 2005 (32 bit). We have 1 assembly (and only 1 assembly) which we use for encryption and decryption. Only 512 MB of system memory is allocated to CLR. The assembly runs pretty slow, and I'm trying to rule out if its from memory or not. When I run the SQL code in query analyzer (not in an assembly) it runs quick. We are using symmetric keys and certificates for encryption / decryption.

Is there a recommended amound of memory to allocate to CLR?
How can I tell if a lack of memory allocation is slowing down the performance of this assembly?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乱世争霸 2024-07-25 08:10:30

您如何确定已分配 512MB?

看看我写的关于 SQL Server memToLeave 的文章。 您需要记住,用于执行 CLR 托管代码的内存部分驻留在 SQL Server 进程空间之外。

如果您有任何疑问,请告诉我您的进展情况。

SQL Server 内存配置,确定 MemToLeave 设置

How have you determined that 512MB has been assigned?

Take a look at the article I wrote on SQL Server memToLeave. You need to keep in mind that the portion of memory that is used to execute CLR managed code resides outside of the SQL Server Process space.

Let me know how you get on or if you have any further queries.

SQL Server Memory Configuration, Determining MemToLeave Settings

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文