﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-死神永生-最新评论</title><link>http://www.cppblog.com/knzeus/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Tue, 21 Feb 2012 08:13:22 GMT</pubDate><lastBuildDate>Tue, 21 Feb 2012 08:13:22 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 【zz】MySQL事务隔离级别详解</title><link>http://www.cppblog.com/knzeus/archive/2012/01/05/163588.html#163590</link><dc:creator>knzeus</dc:creator><author>knzeus</author><pubDate>Wed, 04 Jan 2012 16:24:00 GMT</pubDate><guid>http://www.cppblog.com/knzeus/archive/2012/01/05/163588.html#163590</guid><description><![CDATA[<a target="_new" href="http://space.itpub.net/8562502/viewspace-232238">http://space.itpub.net/8562502/viewspace-232238</a><br>InnoDB的可重复读隔离级别和其他数据库的可重复读是有区别的，不会造成幻象读（phantom read）<img src ="http://www.cppblog.com/knzeus/aggbug/163590.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/knzeus/" target="_blank">knzeus</a> 2012-01-05 00:24 <a href="http://www.cppblog.com/knzeus/archive/2012/01/05/163588.html#163590#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 【转载】面向星球的网络搜索：google集群架构  </title><link>http://www.cppblog.com/knzeus/archive/2011/12/14/162106.html#162107</link><dc:creator>knzeus</dc:creator><author>knzeus</author><pubDate>Wed, 14 Dec 2011 08:01:00 GMT</pubDate><guid>http://www.cppblog.com/knzeus/archive/2011/12/14/162106.html#162107</guid><description><![CDATA[在duanple的163博客上看到Google的搜索架构介绍。<br>总结几点如下：<br>本来想对比每一项百度是怎么做的，不好控制什么是可以开放，遂放弃。<br>1. 用户接入部分基于硬件的DNS来做负载均衡处理<br>2. 索引随机分片支持检索并行化，通过更多的分片来提升平响。更多的关注吞吐而不是平响。 不清楚参与rank的上限是多少， 如何从整体召回结果中选取参与rank。<br>3. 文档服务器负责物料存储与查询<br>4. GWS（google web server）作为出入口的web服务器。 不清楚模板包装是gws做的，还是下游做好的。 模板引擎不知是自己写的还是php之类的。<br>5. 这篇文章过期几年了，相关硬件数据可以同比来看。<br>6. 机器选择专注性价比。PC机做服务器，软件容错。<br><img src ="http://www.cppblog.com/knzeus/aggbug/162107.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/knzeus/" target="_blank">knzeus</a> 2011-12-14 16:01 <a href="http://www.cppblog.com/knzeus/archive/2011/12/14/162106.html#162107#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 【litter program】蹩脚的堆排序</title><link>http://www.cppblog.com/knzeus/archive/2011/12/14/162103.html#162104</link><dc:creator>knzeus</dc:creator><author>knzeus</author><pubDate>Wed, 14 Dec 2011 06:57:00 GMT</pubDate><guid>http://www.cppblog.com/knzeus/archive/2011/12/14/162103.html#162104</guid><description><![CDATA[写完了一直觉得有点蹩脚，因为写了两个adjust。 之后搜索了一下才发现，原来是以往内buildHeap时，我是从头开始建，而书上教的是从底开始建。从底建堆的话，就可以共用一个adjust来做到。<img src ="http://www.cppblog.com/knzeus/aggbug/162104.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/knzeus/" target="_blank">knzeus</a> 2011-12-14 14:57 <a href="http://www.cppblog.com/knzeus/archive/2011/12/14/162103.html#162104#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>