Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is de-normalization? When do you do it and how?
What is de-normalization? When do you do it and how?
✍: Guest
De-normalization is the process of attempting to optimize the performance of a database by adding redundant data. It’s used To introduce redundancy into a table in order to incorporate data from a related table. The related table can then be eliminated. De-normalization can improve efficiency and performance by reducing complexity in a data warehouse schema.
2014-10-27, 2085👍, 0💬
Popular Posts:
What are the different storage classes in C? C has three types of storage: automatic, static and all...
Explain simple Walk through of XmlReader ? In this section we will do a simple walkthrough of how to...
How To Increment Dates by 1? - MySQL FAQs - Introduction to SQL Date and Time Handling If you have a...
Do You Know the Book "JUnit in Action"? You should know this book. It received some good reviews. Ti...
What is NullPointerException and how to handle it? When an object is not initialized, the default va...