91
GB
What is data denormalization and when is it appropriate?
IN
डेटा असामान्यीकरण क्या है और यह कब उचित है?
A
Deliberate introduction of redundancy to improve read query performance appropriate in read-heavy analytical systems where write overhead is acceptable
रीड-हैवी विश्लेषणात्मक प्रणालियों में जहां राइट ओवरहेड स्वीकार्य है, रीड क्वेरी प्रदर्शन को बेहतर बनाने के लिए अतिरेक का जानबूझकर परिचय
B
Converting a database from one DBMS to another
डेटाबेस को एक DBMS से दूसरे DBMS में परिवर्तित करना
C
Removing all constraints from a database table
डेटाबेस तालिका से सभी बाधाओं को हटाना
D
Always a mistake that violates database principles
हमेशा एक गलती जो डेटाबेस सिद्धांतों का उल्लंघन करती है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
Denormalization adds controlled redundancy: combining tables or duplicating data to reduce JOINs and improve read performance. Appropriate for OLAP/data warehouses, reporting databases, and NoSQL document stores where reads vastly outnumber writes.
व्याख्या (हिन्दी)
असामान्यकरण नियंत्रित अतिरेक जोड़ता है: JOIN को कम करने और पढ़ने के प्रदर्शन में सुधार करने के लिए तालिकाओं का संयोजन या डेटा की डुप्लिकेटिंग। OLAP/डेटा वेयरहाउस, रिपोर्टिंग डेटाबेस और NoSQL दस्तावेज़ स्टोर के लिए उपयुक्त जहां पढ़ने की संख्या लिखने की तुलना में बहुत अधिक है।