This is a discussion on What is De-normalization? within the Database Support forums, part of the Web Development category; What is De-normalization?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi, De-normalization is the process of optimising the performance of database by adding redundant data. De-normalization is a technique to improve the speed of the Database Access.
__________________ -Murali.. |
| |||
| Hi, De-normalization means that higher level database form convert or change into lower level database form.it is opposite of normalization. Example: employee_personal_details & employee_salary_details table convert into Employee details Advantage: Access the data as fast. Disadvantage: Table size goes as large. Thanks, Prasath.K |
| |||
| Here I have given a brief Description about that De-normalization is the process of attempting to optimize the performance of a database by adding redundant data. It is sometimes necessary because current DBMSs implement the relational model poorly. A true relational DBMS would allow for a fully normalized database at the logical level, while providing physical storage of data that is tuned for high performance. De-normalization is a technique to move from higher to lower normal forms of database modeling in order to speed up database access. |
| |||
| Denormalization is the process of putting one fact in numerous places. This speeds data retrieval at the expense of data modification.
__________________ S.VinothkumaR Behind me is infinite power, Before me is Endless Possibility, Around me is Boundless Opportunity, Why should I fear! |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What is De-normalization? | sundarraja | Database Support | 1 | 01-18-2008 04:34 AM |