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, 2048👍, 0💬
Popular Posts:
What is normalization? What are different types of normalization? It is set of rules that have been ...
What are the two fundamental objects in ADO.NET ? Datareader and Dataset are the two fundamental obj...
What is the difference between const char* p and char const* p? In const char* p, the character poin...
Can include files be nested? The answer is yes. Include files can be nested any number of times. As ...
How Many Types of Tables Supported by Oracle? - Oracle DBA FAQ - Managing Oracle Database Tables Ora...