[카테고리:] 고성능
-

슈퍼볼을 위한 최고의 고객 경험 제공하기
제56회 슈퍼볼이 이번 일요일 다가오는 가운데, 신시내티 벵골스가 캘리포니아주 잉글우드의 홈구장에서 로스앤젤레스 램스와 맞붙습니다. 7만 명 이상의 팬들이 몰려들 것으로 예상됩니다...
-

엣지 컴퓨팅 아키텍처 소개
다섯 명의 다른 사람에게 “엣지 컴퓨팅”이 무엇인지 묻는다면, 나는 거의 확실히 다섯 가지의 다른 대답을 듣게 될 것이다. 혼란스럽게도, 그들 모두가 아마 맞을 것이다. 엣지 컴퓨팅은 점점 인기가 높아지고 있는 전략적 아키텍처이지만…
-

멀티 클라우드 대 하이브리드 클라우드: 차이점, 이점 및 전략
귀사의 기업 조직은 멀티 클라우드 또는 하이브리드 클라우드 전략을 활용하고 있습니까? 가트너 그룹에 따르면, 2021년까지 75% 이상의 중대형 기업이 하이브리드 또는 멀티 클라우드 전략을 도입할 것으로 예상됩니다.…
-

카우치베이스 기본 인덱스의 주요 용도
Query 서비스를 위한 N1QL 관련 자주 묻는 질문 몇 가지입니다. 계속 읽어보세요… Couchbase는 분산형 데이터베이스입니다. JSON을 사용하는 유연한 데이터 모델을 지원합니다. 버킷의 각 문서는 사용자가 생성한…
-

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…
-

Divide and Conquer: Couchbase GSI Index partitioning.
In Couchbase, data is always partitioned using the consistent hash value of the document key into vbukets which are stored on the data nodes. Couchbase Global Secondary Index (GSI) abstracts the indexing operations and…
-

Understanding Index Grouping And Aggregation in Couchbase N1QL Query
Couchbase N1QL is a modern query processing engine designed to provide aggregate SQL for JSON by index on distributed data with a flexible data model. Modern databases are deployed on massive clusters. Using JSON…
-

Database Pagination: Using OFFSET and Keyset in N1QL
Read the pagination background in my previous article: https://www.couchbase.com/blog/optimizing-database-pagination-using-couchbase-n1ql/ Pagination is the task of dividing the potential result into pages and retrieving the required pages, one by one on demand. Using OFFSET and LIMIT…
-

Often Overlooked Linux OS Tweaks
There are two simple linux OS level settings that people seem to be overlooking setting correctly on their production systems I have seen. These are documented elsewhere, but they keep coming up and seems…
-

Indexes for N1QL: or how I got an order magnitude speed increase
Indexes for N1QL: or how I got an order magnitude speed increase In Couchbase 4.0 we introduced N1QL query language: a flexible query language that brings SQL-like query to JSON documents. Whenever we talk…