This is a very good article published by Google to undsertand the conecpts and practical usage of Parallel Programming and MapReduce.
http://code.google.com/edu/parallel/mapreduce-tutorial.html
Tuesday, October 11, 2011
Subscribe to:
Posts (Atom)
Transitioning of SQLOS to SQLPAL
The SQLOS Prior to SQL Server 2005, SQL Server runs as a user mode process like any other Windows application and it depends on...


-
I wanted build an expression to make a folder name dynamically. (Basically expressions are anyway dynamic in nature) So I simply used the ...
-
When querying sys.dm_exec_requests dmv, you can see the waiting requests and the resource those requests are waiting for. Sample of such val...
-
OSTRESS is a Microsoft tool comes with RML utilities package and it uses to stress SQL Server. This is especially useful when you want to tr...
