<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/simonhehe" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/simonhehe" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 03 Feb 2009 09:02:00 GMT</lastBuildDate><title>hello simon</title><description>...生命翱翔</description><link>http://blog.csdn.net/simonhehe/</link><item><title>大型网站架构不得不考虑的10个问题</title><link>http://blog.csdn.net/simonhehe/archive/2009/02/03/3859411.aspx</link><wfw:comment>http://blog.csdn.net/simonhehe/comments/3859411.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/simonhehe/comments/commentRss/3859411.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3859411</trackback:ping><description>&lt;br /&gt;这里的大型网站架构只包括高互动性高交互性的数据型大型网站，基于大家众所周知的原因，我们就不谈新闻类和一些依靠HTML静态化就可以实现的架构了，我们以高负载高数据交换高数据流动性的网站为例，比如海内，开心网等类似的web2.0系列架构。我们这里不讨论是PHP还是JSP或者.NET环境，我们从架构的方面去看问题，实现语言方面并不是问题，语言的优势在于实现而不是好坏，不论你选择任何语言，架构都是必须要面对的。 &lt;br /&gt;&lt;br /&gt;这里讨论一下大型网站需要注意和考虑的问题 &lt;br /&gt;&lt;br /&gt;1、海量数据的处理 &lt;br /&gt;&lt;br /&gt;众所周知，对于一些相对小的站点来说，数据量并不是很大，select和update就可以解决我们面对的问题，本身负载量不是很大，最多再加几个索引就可以搞定。对于大型网站，每天的数据量可能就上百万，如果一个设计不好的多对多关系，在前期是没有任何问题的，但是随着用户的增长，数据量会是几何级的增长的。在这个时候我们对于一个表的select和update的时候(还不说多表联合查询)的成本的非常高的。 &lt;br /&gt;&lt;br /&gt;2、数据并发的处理 &lt;img src =&quot;http://blog.csdn.net/simonhehe/aggbug/3859411.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 03 Feb 2009 17:02:00 +0800</pubDate><author>simon</author><comments>http://blog.csdn.net/simonhehe/archive/2009/02/03/3859411.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/simonhehe/archive/2009/02/03/3859411.aspx</guid><dc:creator>simon</dc:creator></item><item><title>金庸在浙江大学招博士生的考卷[暴强]</title><link>http://blog.csdn.net/simonhehe/archive/2008/12/31/3664756.aspx</link><wfw:comment>http://blog.csdn.net/simonhehe/comments/3664756.aspx</wfw:comment><slash:comments>23</slash:comments><wfw:commentRss>http://blog.csdn.net/simonhehe/comments/commentRss/3664756.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3664756</trackback:ping><description>金庸在浙江大学招博士生的考卷，看看什么才叫素质教育。&lt;img src =&quot;http://blog.csdn.net/simonhehe/aggbug/3664756.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 31 Dec 2008 19:17:00 +0800</pubDate><author>simon</author><comments>http://blog.csdn.net/simonhehe/archive/2008/12/31/3664756.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/simonhehe/archive/2008/12/31/3664756.aspx</guid><dc:creator>simon</dc:creator></item><item><title>一个数据汇总，列合并的例子</title><link>http://blog.csdn.net/simonhehe/archive/2008/08/05/2769547.aspx</link><wfw:comment>http://blog.csdn.net/simonhehe/comments/2769547.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/simonhehe/comments/commentRss/2769547.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2769547</trackback:ping><description>一个数据汇总，列合并的例子
select b.* from tba a CROSS APPLY
dbo.test(a.partno, a.vendno, SALESTYPE, qty) b&lt;img src =&quot;http://blog.csdn.net/simonhehe/aggbug/2769547.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 05 Aug 2008 19:05:00 +0800</pubDate><author>simon</author><comments>http://blog.csdn.net/simonhehe/archive/2008/08/05/2769547.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/simonhehe/archive/2008/08/05/2769547.aspx</guid><dc:creator>simon</dc:creator></item><item><title>数据库自动网络备份</title><link>http://blog.csdn.net/simonhehe/archive/2008/06/14/2546362.aspx</link><wfw:comment>http://blog.csdn.net/simonhehe/comments/2546362.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/simonhehe/comments/commentRss/2546362.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2546362</trackback:ping><description>数据库自动网络备份&lt;img src =&quot;http://blog.csdn.net/simonhehe/aggbug/2546362.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 14 Jun 2008 21:41:00 +0800</pubDate><author>simon</author><comments>http://blog.csdn.net/simonhehe/archive/2008/06/14/2546362.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/simonhehe/archive/2008/06/14/2546362.aspx</guid><dc:creator>simon</dc:creator></item><item><title>Delphi惹谁了？</title><link>http://blog.csdn.net/simonhehe/archive/2008/06/12/2538876.aspx</link><wfw:comment>http://blog.csdn.net/simonhehe/comments/2538876.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/simonhehe/comments/commentRss/2538876.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2538876</trackback:ping><description>最早的时候就有C++程序员做Win32的产品没有Delphi程序员快，不服气地说Delphi的不好，理由是Delphi只能拖拉控件，不能OOP。几年以前，当Java刚刚火起来的时候，Java程序员说Delphi不行，理由是Delphi不能开发web。后来有一本《Java与模式》的书让Java程序员大开眼界，他们常常在与Delphi程序员论战时使出撒手锏：“Delphi能用设计模式吗？”。再后来，有了C#，C#程序员也不甘示弱，他们一边在VS.net中享受着拖拉控件乐趣，一边故作高深地挑战Delphi程序员：“Delphi有反射机制吗？Delphi能.net吗？”&lt;img src =&quot;http://blog.csdn.net/simonhehe/aggbug/2538876.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 12 Jun 2008 19:57:00 +0800</pubDate><author>simon</author><comments>http://blog.csdn.net/simonhehe/archive/2008/06/12/2538876.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/simonhehe/archive/2008/06/12/2538876.aspx</guid><dc:creator>simon</dc:creator></item><item><title>数据库设计中的14个关键技巧</title><link>http://blog.csdn.net/simonhehe/archive/2008/05/29/2493959.aspx</link><wfw:comment>http://blog.csdn.net/simonhehe/comments/2493959.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/simonhehe/comments/commentRss/2493959.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2493959</trackback:ping><description>主键,外键,设计&lt;img src =&quot;http://blog.csdn.net/simonhehe/aggbug/2493959.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 30 May 2008 01:03:00 +0800</pubDate><author>simon</author><comments>http://blog.csdn.net/simonhehe/archive/2008/05/29/2493959.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/simonhehe/archive/2008/05/29/2493959.aspx</guid><dc:creator>simon</dc:creator></item><item><title>SQL SERVER 2005 同步复制技术</title><link>http://blog.csdn.net/simonhehe/archive/2008/05/29/2493939.aspx</link><wfw:comment>http://blog.csdn.net/simonhehe/comments/2493939.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/simonhehe/comments/commentRss/2493939.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2493939</trackback:ping><description>SQL SERVER 2005 同步复制技术 
&lt;img src =&quot;http://blog.csdn.net/simonhehe/aggbug/2493939.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 30 May 2008 00:59:00 +0800</pubDate><author>simon</author><comments>http://blog.csdn.net/simonhehe/archive/2008/05/29/2493939.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/simonhehe/archive/2008/05/29/2493939.aspx</guid><dc:creator>simon</dc:creator></item><item><title>关于MS SQLSERVER索引优化问题</title><link>http://blog.csdn.net/simonhehe/archive/2008/04/22/2313577.aspx</link><wfw:comment>http://blog.csdn.net/simonhehe/comments/2313577.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/simonhehe/comments/commentRss/2313577.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2313577</trackback:ping><description>关于MS SQLSERVER索引优化问题
 有表Stress_test(id  int, key char(2))
        id 上有普通索引;
        key 上有簇索引;
        id 有有限量的重复;
        key 有无限量的重复;

现在我需要按逻辑与查询表中key='Az' AND key='Bw' AND key='Cv' 的id
&lt;img src =&quot;http://blog.csdn.net/simonhehe/aggbug/2313577.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 22 Apr 2008 16:51:00 +0800</pubDate><author>simon</author><comments>http://blog.csdn.net/simonhehe/archive/2008/04/22/2313577.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/simonhehe/archive/2008/04/22/2313577.aspx</guid><dc:creator>simon</dc:creator></item><item><title>2008年商业智能前景预测</title><link>http://blog.csdn.net/simonhehe/archive/2008/03/21/2203612.aspx</link><wfw:comment>http://blog.csdn.net/simonhehe/comments/2203612.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/simonhehe/comments/commentRss/2203612.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2203612</trackback:ping><description>2008年商业智能前景预测

　　1)SaaS BI将继续获得市场份额

　　首先，从我工作的地方来看，对于我预测BI作为一种服务将会持续增长市场份额，这并没有什么奇怪的。然而，我做出这个判断并不是根据个人的一拍大腿后作出的，我是根据市场的真实事实才得出这一预测的。SaaS BI解决方案的用户们对它们非常狂热——他们喜欢带有分析决策的服务。要想证明这一事实，只需要看看salesforce.com 公司pExchange SaaS分析解决方案用户的那些评论吧。在BI行业打拼了这么些年，我从来没有看到如此积极的反馈。这是由于这些客户的成功，预示着在2008年，BI行业将会快速增长。
&lt;img src =&quot;http://blog.csdn.net/simonhehe/aggbug/2203612.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 22 Mar 2008 02:36:00 +0800</pubDate><author>simon</author><comments>http://blog.csdn.net/simonhehe/archive/2008/03/21/2203612.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/simonhehe/archive/2008/03/21/2203612.aspx</guid><dc:creator>simon</dc:creator></item><item><title>EMC首款企业级SaaS产品亮相 产品策略初见端倪</title><link>http://blog.csdn.net/simonhehe/archive/2008/03/21/2203502.aspx</link><wfw:comment>http://blog.csdn.net/simonhehe/comments/2203502.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/simonhehe/comments/commentRss/2203502.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2203502</trackback:ping><description>EMC首款企业级SaaS产品亮相 产品策略初见端倪

存储时代1月23日报道： EMC于昨天正式推出了旗下第一款企业级Saas(软件即服务)产品，向使用Mozy(EMC去年出资7600亿美元收购)技术的长期产品策略中增加了新的产品支持。

　　现在EMC公司已经正式创建了SaaS业务部门，并且推出了EMC Fortress技术平台，为特定产品服务项目提供集中化监控和评估。
&lt;img src =&quot;http://blog.csdn.net/simonhehe/aggbug/2203502.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 22 Mar 2008 01:37:00 +0800</pubDate><author>simon</author><comments>http://blog.csdn.net/simonhehe/archive/2008/03/21/2203502.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/simonhehe/archive/2008/03/21/2203502.aspx</guid><dc:creator>simon</dc:creator></item></channel></rss>