惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
爱范儿
爱范儿
L
LangChain Blog
小众软件
小众软件
Microsoft Azure Blog
Microsoft Azure Blog
T
Tailwind CSS Blog
月光博客
月光博客
C
CERT Recently Published Vulnerability Notes
Security Latest
Security Latest
MongoDB | Blog
MongoDB | Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
www.infosecurity-magazine.com
www.infosecurity-magazine.com
T
Tenable Blog
博客园_首页
Recorded Future
Recorded Future
Hugging Face - Blog
Hugging Face - Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
I
InfoQ
The Last Watchdog
The Last Watchdog
宝玉的分享
宝玉的分享
S
Security Affairs
阮一峰的网络日志
阮一峰的网络日志
E
Exploit-DB.com RSS Feed
V
Vulnerabilities – Threatpost
V
Visual Studio Blog
WordPress大学
WordPress大学
W
WeLiveSecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Hacker News - Newest:
Hacker News - Newest: "LLM"
T
Threatpost
Scott Helme
Scott Helme
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
SecWiki News
SecWiki News
The GitHub Blog
The GitHub Blog
The Register - Security
The Register - Security
Apple Machine Learning Research
Apple Machine Learning Research
美团技术团队
PCI Perspectives
PCI Perspectives
Last Week in AI
Last Week in AI
Webroot Blog
Webroot Blog
L
LINUX DO - 热门话题
H
Hacker News: Front Page
Blog — PlanetScale
Blog — PlanetScale
T
The Exploit Database - CXSecurity.com
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Privacy International News Feed
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
A
Arctic Wolf
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
L
LINUX DO - 最新话题

博客园 - 软件之美,美在缺陷-Johnson

如何:在OpenText Workflow 6.5模型中保存和读取多行数据 轻松部署Captaris Workflow 6.5模型 浅比.NET和Java开发工具。 .NET资源转换工具 淘宝网一家店里看到的留言和掌柜的搞笑回复。 Windows Network Load Balancing群集故障排除手记。 Captaris Workflow 6.0 EventService 执行效率低下的排除。 Captaris Workflow开发系列课程介绍。 在虚拟机里System进程占用CPU100%的问题解决 如何做好售前技术支持工作 一家公司网站上的招聘人才招聘栏目 在GridView中使用ModalPopupExtender(转) VMWare 5.5 虚拟机错误。 Your've got mail A new post form Microsoft Live Writer. How to: Debug Captaris Workflow 6.0 Process efficiency? How to: Debug Captaris Workflow 6.0 Process efficiency? Captaris Workflow 6.0问题两则。 Recently learning about AJAX on ASP.NET
排除大型工作流应用的性能问题纪要。
软件之美,美在缺陷-Johnson · 2009-02-03 · via 博客园 - 软件之美,美在缺陷-Johnson

写在前面:困绕半年多的问题就要解决了,心里高兴啊!主要是为客户正常操作而高兴,当然也有解脱的感觉。

在07年时为一家合资公司实施了Captaris Workflow 6.0工作流。这家公司只是外资在华的一个合资A公司,与其它独资或合作公司一起形成在华投资的所有公司。在08年2月份之前,系统内已经实施了近6个制造、财务、设计方面的流程,一切运行得比较正常。在加入一家在华投资的B公司后,系统变得缓慢起来了。令人疑惑的是,在08年11月份加入了C公司后,性能变得非常差。尽管我们添加了一台工作流服务器组成了服务器集群,并且对流程进行了多次升级和优化,仍无法正常工作。难道是3台服务器无法接受13000个用户服务,需要购置或升级服务器?

今天客户建议我们从数据库方面寻找问题,如对索引进行优化(汗!)。我们在测试环境把所有的表索引用DBCC检查了一次,发现索引确实非常糟糕,最低的参数仅有33%!在对所有的表重建了一次索引后,查询速度变得飞快!相同的SQL查询语句,重建索引前的查询时间2分钟,重建索引后首次查询只需6秒,第二次查询只需1秒!这是多么大的改进!

前面之所以说“问题就要解决了”而没有说“问题已经解决”是因为查询速度上去了,明天还得测试写入的速度是否也一样快了,如果答案是,我将放自己一天假来庆祝!