[카테고리:] 카우치베이스 아키텍처
-

Couchbase Cloud DBaaS: The Industry Responds
It’s been exciting to see the steam Couchbase Cloud has been gaining since we initially introduced it to the world earlier this year. From an oversubscribed beta program to taking home the Tech Ascension…
-

두 가지 방출 방식의 이야기: 값 전용 대 전체 방출
Introduction I would like to thank our Couchbase Server engineering team – especially, Dave Rigby and Jim Walker – for their tremendous help with this article and endless patience with all my questions. Thanks…
-

Fully Configured Couchbase on Red Hat OpenShift in 5 Minutes
I recently did a presentation at Red Hat Users Group – North Texas on Couchbase NoSQL Operator on OpenShift. Thank you to the Red Hat Dallas team for extending the invitation for a joint session – Sam…
-

MongoDB 개발자 및 NoSQL 전문가를 위한 카우치베이스 소개
6천 년 전에 수메르인들은 트랜잭션 처리를 위해 문명을 발명했습니다 — 그레이 & 로이터 어떤 기준으로 보더라도, MongoDB는 대중적인 문서 지향 JSON 데이터베이스입니다. 지난 12년 동안, 그것은 다음에서 성장했습니다…
-

NoSQL 문서 데이터베이스 복제 – MongoDB 대 Couchbase
복제는 가용성과 재해 복구를 제공하기 위해 수십 년 동안 데이터베이스 시스템의 중요한 부분이었습니다. 최근 들어 고가용성, 확장성에 대한 요구를 해결하기 위해 분산 데이터베이스가 진화함에 따라…
-

Inter-Kubernetes Networking via VPC Peering
1. Introduction It is often desirable by enterprise customers to have standby database cluster/s for data locality and high performance, disaster recovery and/or for mere data backups. Couchbase Cross Data Center Replication (XDCR) requires…
-

컬렉션 소개 – Couchbase Server 6.5 개발자 미리보기
문서 데이터베이스인 Couchbase는 단일 버킷(버킷은 데이터베이스와 동등한 개념) 내에 다양한 유형의 문서를 저장하는 데 있어 뛰어난 유연성을 제공합니다. 다음과 같은 문서들을 참조해야 하는 빈번한 요구가 있습니다...
-

Couchbase N1QL(JSON용 SQL)을 위한 비용 기반 최적화기
저자 및 엔지니어링 팀: Bingjie Miao, Keshav Murthy, Marco Greco, Prathibha Bisarahalli. Couchbase, Inc. 규칙 기반 옵티마이저는 모든 것에 대한 규칙은 알지만 비용은 전혀 모른다 – 오스카 와일드 초록(Abstract) Couchbase는 분산형 JSON…
-

Meeting data protection needs for Couchbase Data Platform
In the world where data is the currency, backup & recovery for a database is as essential as any other defining parameter such as consistency or performance because the customers cannot afford data loss…
-

YCSB-JSON: 카우치베이스 및 몽고DB 구현
YCSB는 삽입(insert), 읽기(read), 갱신(update), 삭제(delete), 스캔(scan)과 같은 기본적인 연산을 지원하고 구현하는 모든 드라이버에 의해 쉽게 확장될 수 있도록 만들어진 훌륭한 벤치마킹 도구입니다. YCSB에 의해 도입된 단순한 합성 데이터는 이에 부합합니다...
-

YCSB를 사용한 JSON 데이터베이스 벤치마킹
브루스 린드세이는 일찍이 이렇게 말했다. “데이터베이스 세계에서 중요한 것은 세 가지가 있다. 성능, 성능, 그리고 성능이다.” 대부분의 엔터프라이즈 아키텍트들이 알고 있듯이, 데이터베이스 기능과 아키텍처가 발전함에 따라…
-

How to Join JSON: Couchbase N1QL vs. MongoDB Query
As NoSQL databases evolved, each added higher level APIs or languages to help programmers to complex things easily. SQL, having done that for relational data, showed the way. In SQL, developers say WHAT needs…