Azure Data Terms 01 Flashcards
(107 cards)
ACID
Atomicity, consistency, isolation, durability. A set of properties of database transactions intended to guarantee data validity despite errors, power failures, and other mishaps.
AES
Advanced Encryption Standard. The encryption standard used for Transparent data encryption (TDE) in Microsoft SQL Server (all flavors).
BSON
Binary JSON. A binary-encoded serialization of JSON-like documents.
DMS
Azure Database Migration Service.
DPR
Supplier data protection requirements.
DQS
Data Quality Services. The data quality tool for Microsoft SQL Server.
DTU
Database transaction unit. On Microsoft Azure, a way of measuring computing resources for pricing, an alternative to serverless compute and provisioned compute pricing.
DWU
Data warehouse unit. In Azure Synapse Analytics, a measure based on CPU, memory, and I/O values.
EDA
Exploratory data analysis. An approach of analyzing data sets to summarize their main characteristics, often using statistical graphics and other data visualization methods. One of the best practices in MLOps.
GRS
Geo-redundant storage. A redundancy option in Azure Storage in which there are three copies of the data in the primary region using locally-redundant storage (LRS) and another three copies in a second region also using LRS. The other options are LRS, zone-redundant storage (ZRS), and geo-zone-redundant storage (GZRS) which is the same as GRS except that the data in the primary region uses ZRS.
ISV
Independent software vendor.
LRS
Locally-redundant storage. A redundancy option in Azure Storage in which there are three copies of the data within the same datacenter. The other options are zone-redundant storage (ZRS), geo-redundant storage (GRS), and geo-zone-redundant storage (GZRS).
MDS
Master Data Services. The MDM tool for Microsoft SQL Server.
MLOps
Machine Learning Operations. The Machine Learning analog of DevOps, as used in Azure Machine Learning (Azure ML).
MPP
Massively parallel processing. The coordinated processing of a program by multiple processors working on different parts of the program. Each processor has its own operating system and memory. MPP speeds the performance of huge databases that deal with massive amounts of data. Contrast with Symmetric multiprocessing (SMP).
MQL
MongoDB Query Language. The query langugage used for the MongoDB API in Azure Cosmos DB.
MVCC
Multi-version concurrency control. A feature of PostgreSQL.
ORC
Optimized Row Columnar. A highly efficient file format used for Apache Hive data.
RDP
Remote Desktop Protocol.
RU
Request unit. The unit of measure for pricing in Azure Cosmos DB.
SID
Security identifier. A unique value that is used to identify any security entity that the Windows operating system can authenticate. A security entity can be a security principal - a user account, a computer account or a process started by those accounts - or it can be a security group.
SLO
Service Level Objective. A standardized combination of measures like CPU, memory, and I/O used for pricing tiers.
SMP
Symmetric multiprocessing. A multiprocessor computer hardware and software architecture where two or more identical processors are connected to a single, shared main memory, have full access to all input and output devices, and are controlled by a single operating system instance that treats all processors equally. Also called “shared-memory multiprocessing”. Contrast with massively parallel processing (MPP).
SQL-MI
Azure SQL Managed Instance.