22:40 Product: Redis - Not Just Another Key-Value Store » High Scalability - Building bigger, faster, more reliable websites.

With the introduction of Redis your options in the key-value space just grew and your choice of which to pick just got a lot harder. But when you think about it, that's not a bad position to be in at all.

Redis (REmote DIctionary Server) - a key-value database. It's similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists and sets with atomic operations to push/pop elements.

The key points are: open source; speed (benchmarked performing 110,000 SET operations, and 81,000 GETs, per second); persistence, but in an asynchronous way taking everything in memory; support for higher level data structures and atomic operations.

The home page is well organized so I'll spare the excessive-copying-to-make-this-post-longer. For a good overview of Redis take a look at Antonio Cangiano's article: Introducing Redis: a fast key-value database.

If you are looking at a way to understand how Redis is different than something like Tokyo Cabinet/Tyrant, Ezra Zygmuntowicz has done a good job explaining their different niches:

read more

19:46 MySQL random freezes could be the query cache » MySQL Performance Blog

I feel like I’ve been seeing this a lot lately.

occasionally, seemingly innocuous selects take unacceptably long.

Or

Over the past few weeks, we’ve been having bizarre outages during which everything seems to grind to a halt… and then fixes itself within 5 minutes. We’ve got plenty of memory, we’re not running into swap, and we can’t find any queries that would seem to trigger outages: just tons of simple session requests all hung up for no obvious reason.

Problems like this are always hard to debug. If it happens twice a week for 5 minutes at a time, your chance of getting someone logged onto the machine to watch it in action are pretty slim. And of course, when they do look at it, they see nothing wrong on the surface; it takes some very clever, very fast work with OS-level debugging and tracing utilities to really prove what’s happening.

The two cases mentioned above were caused by scalability/concurrency/locking problems in the query cache. (One was on Windows, and we fixed it by guessing. The other was on GNU/Linux and Maciek isolated it with his elite skillz.) So if you’re having random lockups, you might try disabling the query cache, and see if that solves it.

Hopefully this blog post will show up on Google and save someone time and money!


Entry posted by Baron Schwartz | No comment

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

19:33 截至3月20日通过身份证验证的发布商已发布 » Google AdSense 中文博客


各位发布商,

截至3月20日的最新一批通过身份证验证的发布商列表已经互助论坛的身份证验证专区发布。请注意,由于身份证验证需要大概10个工作日,所以3月10号以后提交申请的发布商可能不会在这次名单里,您可以等待3月30日的名单:)
《小强升职记》相关电子表格下载GTD Life » 车东's shared items in Google Reader
Shared by 车东
感谢邹鑫同学送给我的《小强升职记》,GTD的确是非常有可操作性的高效工作状态目标,大家一起研修吧;

网友在Email中提到:

hi, 邹鑫
麻烦你把第一张里面的”时间记录表“和“时间日志”的电子版发给我,谢谢你这本书,让我更加全面的掌握GTD的一些原理。

 

所以我干脆把这两个表格放上来供大家下载,这两个表格分别是“时间记录表”“时间日志”

 


点击这里下载

 

顺便在这里放出《小强升职记》第三章(节选),谢谢大家的支持,要购买原版图书请访问:

 

我要在当当购买

 

我要在卓越购买

 

我要在豆瓣评论

相关日志

喜欢这篇文字就在抓虾鲜果上多多推荐


Copyright © 2008
此 Feed 的内容仅供个人或者非商业使用。

GTD在线交流 GTD入门经典教程 时间管理案例分析 )

^==Back Home: www.chedong.com

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

<== 2009-03-18
  三月 2009  
            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          
==> 2009-03-20