NoSQL/Azure Cosmos DB 3

[CosmosDB] SDK

CosmosDB를 사용하기위한 SDK는? SDK? 소프트웨어 개발 키트(영어: Software Development Kit, SDK)는 일반적으로 소프트웨어 기술자가 사용하여 특정한 소프트웨어 꾸러미, 소프트웨어 프레임워크, 하드웨어 플랫폼, 컴퓨터 시스템, 게임기, 운영 체제 등을 위한 응용 프로그램 등을 만들 수 있게 해주는 개발 도구의 집합이다 The Microsoft.Azure.Cosmos library is the latest version of the .NET SDK for Azure Cosmos DB SQL API. (Microsoft.Azure.Cosmos 라이브러리는 Azure Cosmos DB SQL API용 .NET SDK의 최신 버전입니다.) The library is open-so..

[Cosmos DB] Compare autoscale vs. standard

CosmosDB 표준(프로비저닝된) 처리량과 serverless의 차이 Compare workloads Standard throughput is again suited for workloads with steady traffic. (표준 처리량은 트래픽이 안정적인 워크로드에 다시 적합합니다.) Autoscale throughput is better suited for unpredictable traffic. Autoscale can ensure that your actual Azure Cosmos DB provisioned throughput oscillates between your minimal acceptable performance and maximum allowed spend. (자동 스케일 처..

[Azure Cosmos DB] components of Azure Cosmos DB SQL API?

코스모스의 구성요소가 무엇인가? What are the components of Azure Cosmos DB SQL API? Accounts Accounts are the fundamental units of distribution and high availability. At the account level, you can configure the region[s] for your data in Azure Cosmos DB SQL API. Accounts also contain the globally unique DNS name used for API requests. You can also set the default consistency level for requests at the account...