106
GB
What is HTAP (Hybrid Transactional/Analytical Processing) database architecture?
IN
HTAP (हाइब्रिड ट्रांजेक्शनल/एनालिटिकल प्रोसेसिंग) डेटाबेस आर्किटेक्चर क्या है?
A
A type of database that only supports hash-based partitioning
एक प्रकार का डेटाबेस जो केवल हैश-आधारित विभाजन का समर्थन करता है
B
A database that handles only high-throughput transactions
एक डेटाबेस जो केवल उच्च-थ्रूपुट लेनदेन को संभालता है
C
A high-availability architecture for transaction processing
लेनदेन प्रसंस्करण के लिए एक उच्च उपलब्धता वास्तुकला
D
An architecture that combines OLTP and OLAP workloads in the same database system, eliminating the need for separate data warehouse ETL pipelines; achieves this through in-memory row store for OLTP plus columnar store for OLAP, or real-time replication from row store to column store
एक आर्किटेक्चर जो ओएलटीपी और ओएलएपी वर्कलोड को एक ही डेटाबेस सिस्टम में जोड़ता है, जिससे अलग डेटा वेयरहाउस ईटीएल पाइपलाइनों की आवश्यकता समाप्त हो जाती है; ओएलटीपी के लिए इन-मेमोरी पंक्ति स्टोर और ओएलएपी के लिए कॉलमर स्टोर, या पंक्ति स्टोर से कॉलम स्टोर तक वास्तविक समय प्रतिकृति के माध्यम से इसे प्राप्त किया जाता है।
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
HTAP implementations: SAP HANA: pure in-memory, row + column stores. SQL Server HTAP: columnstore indexes on OLTP tables. TiDB (PingCAP): TiKV (row-store OLTP) + TiFlash (columnar OLAP replica updated in real-time). Snowflake: OLAP-focused but supports transactional workloads. Eliminates T+1 analytics lag from nightly ETL.
व्याख्या (हिन्दी)
HTAP कार्यान्वयन: SAP हाना: शुद्ध इन-मेमोरी, पंक्ति + कॉलम स्टोर। SQL सर्वर HTAP: OLTP तालिकाओं पर कॉलमस्टोर इंडेक्स। TiDB (पिंगकैप): TiKV (रो-स्टोर OLTP) + TiFlash (स्तंभकार OLAP प्रतिकृति वास्तविक समय में अपडेट की गई)। स्नोफ्लेक: OLAP-केंद्रित लेकिन लेन-देन संबंधी कार्यभार का समर्थन करता है। रात्रिकालीन ईटीएल से टी+1 एनालिटिक्स अंतराल को समाप्त करता है।