DP-201 Exam QuestionsBrowse all questions from this exam

DP-201 Exam - Question 32


You are designing a data storage solution for a database that is expected to grow to 50 TB. The usage pattern is singleton inserts, singleton updates, and reporting.

Which storage solution should you use?

Show Answer
Correct Answer: D

Azure SQL Database Hyperscale is designed to support very large databases, scaling up to 100 TB of data, which aligns with the requirement of storing 50 TB. It also supports high throughput and performance, making it well-suited for singleton inserts and updates, which are typical in transactional workloads. The Hyperscale service tier is built using a flexible architecture that separates compute and storage, allowing for rapid scaling and improved performance without impacting the application layer.

Discussion

6 comments
Sign in to comment
riteshsinha18
Mar 21, 2021

correct answer

aksoumi
Apr 6, 2021

But isn't Datawarehouse (Synapse Analytics) a right choice considering that we have table geometries (hash distribution) to efficiently perform inserts updates and deletes?

DongDuong
Apr 9, 2021

Keyword here is 100TB based on the support link.

savin
Jun 21, 2021

No DWH is not a place for singleton updates

cadio30
May 21, 2021

azure synapse is better for OLAP purposes while for OLTP, use of Azure SQL is the best choice. as the requirement states it requires to perform insert and update.

toandm
May 22, 2021

can anyone tell what 'singleton inserts, singleton updates' mean? I've been looking on the internet but no solid definition

[Removed]
May 24, 2021

Go through the ACID concept

Steve92873197
May 24, 2021

Would take that to mean single row inserts, or updates

achamizo
Jul 13, 2021

Singlenton operations = transactional operations, so only relational databases supports it. Hyperscale supports up to 100TB.

kimalto452
Oct 17, 2021

synapse support singleton operations...