When would you denormalize?
Answers were Sorted based on User's Feedback
Answer / dai
AFTER INDEXING ALSO WHEN THE TABLE ACCESS
WILL BE SLOW ie. THE PERFORMANCES is low
we need to denormalize
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / r.s.chauhan
When query is fetching Data from different-2 and small
fragmented tables then we have to De-normalize.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / priya
Denormalization is the process of putting one fact in
numerous places (its vice-versa of normalization).Only one
valid reason exists for denormalizing a relational design -
to enhance performance.The sacrifice to performance is that
you increase redundancy in database.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / haseeb
when the data is so scattered in the form of tables and we
cannot find appropriate data easily from the database,then
we need denormalization.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / prasi
de-normalize is used, when their,, is main benefit of
denormalization is improved performance with simplified
data retrieval and manipulation. This is done by reduction
in the number of joins needed for data processing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / lalit kumar verma
Basically De-normalisation is used in data ware house where
no need to do any manipulation work ....
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / sandipan sinha
if I am in need to see the data set in a tabular format
where for each column entry in primary key we can have more
than one entries in other columns,ssometimes they are
needed to be added and summed up together.
| Is This Answer Correct ? | 0 Yes | 2 No |
What are the difference between Functions/Stored Procs and Triggers and where are they used.
How many triggers can be applied on a table?
What are indexes, and what are the different types?
What does the file extension accdb stand for?
What pl/sql package consists of?
What is the difference between function and procedure in pl/sql?
I have done oracle 10g. I need a project knowledge. So if u please send a project how it should be done,Or you can send email link. I will be very grateful to u.
How do I copy a table in sql?
how many tables will create when we create table, what are they? : Sql dba
What is a Procedure ?
what is single byte over head in oracle..?
Why do we use function in pl sql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)