23:35 博客大巴:归档机制增加按年归档 » 车东@博识传播|互动·娱乐·媒体

其实按时间的归档机制对于已经写了很多年的博客来说非常必要,除了方便用户和机器人查找旧文章外:你的博客终于有了一个文章从完全旧到新排列的视角,终于可以方便的从前往后看了…… 

比如看《我爱阿尔法女郎》 话剧前后:可以用归档页看看原作剧本

如果你是Google Toobar的Heavy User:按向上按钮 从 /logs/2008/10/ 到  /logs/2008//logs// 都不会出现无内容页了,而且所有的内容都可以完整的导航;这就是所谓的Easy Navigation吧;





收藏到:Del.icio.us
14:00 MySQL 5.0, 5.1 and Innodb Plugin CPU Efficiency » MySQL Performance Blog

We’ve recently done benchmarks comparing different MySQL versions in terms of their CPU efficiently in TPC-C like Workload. We did it couple of weeks ago so MySQL 5.0.67, MySQL 5.1.29 and Innodb Plugin 1.0.1 were used which are not very recent, though we do not think results will differ a lot with today versions.

Results are as follows:

MySQL 5.0, 5.1, Innodb Plugin, TPC-C

The system was 2* Quad Core Xeon E5310, CentOS 5, Data stored on ramfs. We controlled number of cores used with /sys/devices/system/cpu/cpuX/online Maximum performance for each number of cores was taken though it was reached with number of sessions matching number of cores. Just 1 “Data warehourse” was used to keep data small.

As you can see there is some gain for MySQL from read-write lock split patch (found in Percona Builds) though it is not very significant for this workload. To isolate effect of this patch we only use this patch not full patch set in testing.

MySQL 5.1 is 4% slower than MySQL 5.0 with two cores and just 2% slower with 8 cores, thus showing a bit better scalability.

MySQL 5.1 plugin (compiled in) is further 3% slower compared to MySQL 5.1 with 2 cores and about 6% slower with 8 cores, meaning regression from plugin increases with number of cores.

If you would not only run MySQL plugin but also use new “Barracuda” Innodb format you see just 1% slow down with 2 cores and about half percent with 8 cores which is what you can attribute to measurement error.

This tells us there are some workloads when MySQL 5.1 is slower than 5.0, and same applies to the new Innodb code. Well newer does not mean more efficient, on the contrary newer features often come together with larger code and longer execution path.

Another thing to note - if you’re using Innodb Plugin consider using new Barracuda format, though do this only after you have done your careful testing as this format will not be recognized by older Innodb versions.

Note: These are completely CPU bound test conditions, data fits to buffer pool furthermore data and logs are on ramfs so no IO is ever needed.


Entry posted by peter | 8 comments

Add to: delicious | digg | reddit | netscape | Google Bookmarks

09:33 链接架构的重要性 » Inside AdSense-中文


作为链接专题系列的第二篇, 我们想与您讨论一下链接架构的重要性,并且回答您相关的问题。链接架构---您网站的内部链接方式——是您在网站规划中的重要部分,并对您的网站被搜索引 擎的索引状况有重要影响。它也对谷歌机器人是否能找到您的各个网页并进而使用户能顺利访问到它们的起到决定作用。

确保您的核心网页只需通过首页的几次点击就能到达

您或许会认为比起目录式导航来说,用户可能更喜欢使用您网站上的搜索框,但是您的这种做法经常会为搜索引擎爬虫设置障碍,因为他们几乎无法做到在搜索框里输 入文字搜索或在下拉菜单里浏览。因此,您需要确认您的重要网页都可以从首页点击访问,并让Googlebot方便地遍历您的网站。您最好建立一个链接架 构,这样既便于用户浏览,也便于搜索引擎抓取。下面是一些具体的建议:

符合用户习惯的导航设置

您应该尝试将自己代入“用户”的角色,模拟用户的习惯来设计您的网站。比如说,如果您的网站是关于篮球的,想象您是一个想了解最佳运球技巧的访问者。
为搜索引擎设置可抓取的链接
这个<a href="http://www.blogger.com/new-page.html">文字链接容易被搜索引擎发现。
使用描述性定位文字(anchor text)

描述性的定位文字,也就是通常看到的在链接中可以点击的词语,是一个对搜索引擎和用户很有帮助的信号。通过您的内容、标题、定位文字等等,Google越了 解您的网站,就能为搜索用户(其中很可能包含您的潜在用户)返回越相关的结果。比如,如果您在运营一个篮球网站,并且您想通过文字链接为用户提供一些视频 的话,很多网站管理员是这样设置链接的:

如果您想观看我们的篮球视频,请<a href="http://www.blogger.com/videos.html">点击这里 </a>浏览视频列表。

我们不建议您使用这种泛泛的“请点击这里”,我们建议您将定位文字替换成更具描述意义的文字,例如:

欢迎您观赏我们的<a href="http://www.blogger.com/videos.html">篮球视频</a>

确认 Googlebot 能够找到您的内部链接

对于已经验证了对网站权限的用户,网站管理员工具提供了“链接> 含内部链接的网页” 的功能,这是一个非常有利于验证Googlebot已经成功地找到了您所期望的链接的功能。特别是当您的网站在导航中使用了 JavaScript(Googlebot通常不能很好运行并抓取)等技术的时候,你可能很想知道自己的其他内部链接到底是否被Googlebot成功地 识别了。

这里有一个关于“网站管理员中心404专题周”的内部链接的屏幕截图。我们的内部链接正如我们预期的一样,都被成功发现了。

欢迎您就内部链接的话题提出您的问题

这里是其中的一部分...

问:我可以使用rel="nofollow"来是我们内部链接的Page Rank流动最大化么?
答:我们自身实际上也是在Google工作的网站管理员,您所考虑的这些实际上不是我们会花时间考虑的。换句话说,如果您的网站已经有了很好的链接架构,那么与其经常担心自己的PageRank,倒不如把更多的精力投入到为用户提供更好的内容上面。

Matt Cutts曾经在网站管理员帮助论坛上回答过“合理使用nofollow”的问题。

问:比如我的网站是关于我的自行车和露营两大爱好的。我应当让我的内部链接架构主题化组织,而不在两者之间互相链接么?

答:我们目前为止还没有发现过有网站管理员通过刻意将他们的链接架构高度主题化而从中受益的。同时,如果一个访问者不能方便地访问您网站的各部分的时候,这通常意味着,这种结构对搜索引擎的抓取也是有障碍的。

这里请允许我们再重复一遍,请您尽量创建固定并合理的链接架构(包括符合用户习惯的导航设置和为搜索引擎设置可抓取的链接),并积极实行一些对您的用户和他们的使用体验都有益处的措施。
06:32 MT 4.23 is now out » MovableType.org - Home for the MT Community
In case you missed the announcement post on mt.com, yesterday evening we released Movable Type 4.23. Much thanks to the community members who submitted bug reports and code patches that contributed to this release. More details can be found on the change log, or you can just use the following direct download links to get MTOS 4.23:


Please note that this is a mandatory security upgrade due to the fixes for XSS vulnerabilities that it includes.

^==Back Home: www.chedong.com

^==Back Digest Home: www.chedong.com/digest/

<== 2008-12-03
  十二月 2008  
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        
==> 2008-12-05