Cluster computing
Saturday, February 2, 2013
DBMS storage management
›
Sequential access to data is at least an order of magnitude faster than random access and has been increasing. As a result, a DBMS store m...
1 comment:
Friday, February 1, 2013
Data Warehouses
›
Data Warehouses are large historical databases that get loaded with data periodically. They are then used for decision support which accoun...
Data archival landscape
›
Data explodes continously and companies are forced to retain this data over longer periods of time. Consequently, the companies look forwar...
Thursday, January 31, 2013
Threads and Process
›
"An operating system thread is a unit of control without additional private OS context and without a private address space. Each OS t...
Wednesday, January 30, 2013
Python NLTK processing
›
The NLTK short form for natural language toolkit library available in Python programming language defines the following constructs: concor...
Tuesday, January 29, 2013
Lock free
›
Lock primitives such as mutual exclusion locks are popular but when they number more than a handful, their benefits wane. Programmers try t...
Saturday, January 26, 2013
Data Mining (Continued)
›
Decision Tree A useful data structure for mining the logical data model is the decision tree. Structure involves interior nodes = set ...
‹
›
Home
View web version