Ray's playground

 

2010年10月12日

Aggregation(Chapter 6 of MongoDB The Definitive Guild)

摘要: MapReduce is the Uzi of aggregation tools. Everything described with count, distinct, and group can be done with MapReduce, and more. It is a method of aggregation that can be easily parallelized acro... 阅读全文

posted @ 2010-10-12 21:17 Ray Z 阅读(210) 评论(0) 推荐(0) 编辑

Indexing(Chapter 5 of MongoDB The Definitive Guild)

摘要: explain is an incredibly handy tool that will give you lots of information about your queries. You can run it on any query by tacking it on to a cursor. explain returns a document, not the cursor itse... 阅读全文

posted @ 2010-10-12 20:28 Ray Z 阅读(163) 评论(0) 推荐(0) 编辑

Introducing the iPhone SDK(Chapter 1 of The iPhone™ Developer’s Cookbook)

摘要: The main.m file has two jobs. First, it creates a primary autorelease pool for your application.Second, it invokes the application event loop.These two elements provide critical elementsto get your ap... 阅读全文

posted @ 2010-10-12 12:35 Ray Z 阅读(215) 评论(0) 推荐(0) 编辑

导航