We have already seen Tutorial Primary Index and we have understood how Primary Index work and how they us in maximizing performance.
Today we will be learning on how to choose Primary Index/Indexes in a given table. But before we move ahead in defining the criteria for choice of Primary Index,...
10/19/13
5/27/13
Tutorial on Primary Index in Teradata
Last tutorial was on Indexes in Teradata in which we covered Primary Index, Secondary Index and Join Index. What we saw was just a summary of all the Indexes.
This tutorial will help you in understanding...
4/20/13
Indexes in Teradata
Teradata as we all know is a Relational Database Management System (RDBMS) for the world's largest commercial databases. It is the market leader in Data Warehousing. Its architecture is so designed...
2/10/13
QuickSort Algorithm Tutorial
We have already done tutorial on Merge Sort and a tutorial on Heap Sort (Array Based) with both having a time complexity of O(n*log n). Here is another algorithm which has a time complexity of O(n*log n) and it's called QuickSort.
QuickSort as we all know has a similar approach to Merge Sort...
Binary Search Tree (BST) Algorithm Tutorial
Earlier we had a tutorial on Binary Seach Tree Basics, which you can check for refreshing the knowledge about it. Today we will be taking a look on BST algorithm and implementing it using Java.
Binary Search Tree is node based binary tree data structure with the following properties:
* The...
1/6/13
Data Warehouse Design Approaches
In our previous posts we have got to learn about Data Warehousing Objects, different kinds of Data Warehouse schemas and Data Warehouse Basics. Now it time we learn about how to build or design a Data Warehouse.
Designing or Building of a Data Warehouse can be done following either...