nosql 4

[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. (자동 스케일 처..

[NoSQL, Azure CosmosDB] why azure csomosdb?

왜 cosmosdb를 쓰는가? Azure Cosmos DB SQL API has a few advantages such as: Guaranteed speed at any scale—even through bursts—with instant, limitless elasticity, fast reads, and multi-master writes, anywhere in the world 전 세계 어디에서나 즉각적이고 무한한 탄력성, 빠른 읽기 및 다중 마스터 쓰기를 통해 버스트를 포함한 모든 규모의 속도 보장 Fast, flexible app development with SDKs for popular languages, a native SQL API along with APIs for MongoDB, Ca..

NoSQL 2022.04.29

[NoSQL]과 JSON

Why NoSQL? 현대 앱 요구 해결 새로운 종류의 데이터베이스 필요, High volumes of data (대량의 데이터) Data with many different sources and forms (다양한 소스와 양식의 데이터) Dynamic data schemas to store different types of data (다양한 타입의 데이터를 저장하는 동적 데이터 스키마) Using high-velocity and/or real-time data (고속, 실시간 데이터) NoSQL 특징 Data store is non-relational ( 비관계형 데이터 ) Designed for scale-out (스케일 아웃을 위한 설계) Does not enforce a specific schema..

NoSQL 2022.04.28