데이터베이스 샤딩 파티셔닝과 달리 별도의 샤드를 구축, 샤딩 플랫폼(스파이더)를 통해 구현쓰기 성능이 지속적으로 향상됨Spider 기반 샤딩 구축수직(Verical) 샤딩샤드를 만들어 저장할 때 구분 기준을 연령/성별과 같은 기준으로 나눠 구성테이블 단위로 분할수평(H
TranscationLockIsolation level트랜잭션의 격리수준 Transcation IsolationLevelACID ( Atomicity / Consistency / Isolation / Durability )원자성 Atomicity : All or Not
https://www.mongodb.com/cloud\-> Try Free -> 회원가입 -> Create a cluster Starting at FREE -> AWS / Seoul (ap-norheast-2) -> Create Cluster -> Create
파티션 추가/삭제 파티션 분할/병합
M103Basic Cluster AdministrationChapter 1: The MongodThe MongodWhich of these are default configurations for mongod?mongod listens on port 27017databa
MariaDB Galera Cluster - Known LimitationsGroup Replication RequirementsPK가 없는 table은 update 시 cluster sync 시점에 무한 lock 상태에 빠질 수 있어 주의가 필요하다.제한 사항과 알려
InnoDBClusterSet-YouTubeInnoDB ClusterSet-PDFMySQL Replication• 기존의 복제 방식은 여러 가지의 수동적인 스텝필요복제 계정 생성, 소스로부터 백업 및 restore 절차 등• 복제방식Async ReplicationSem
Chapter 0: Introduction and Aggregation ConceptsIntroduction to the MongoDB Aggregation Frameworkhttp://portquiz.net:27017/Chapter 0: Introductio
우선, 매개변수 스니핑에 대해 두려워하지 마십시오. 예상되는(정상) 동작입니다.저장 프로시저가 컴파일되거나 다시 컴파일되면 해당 호출에 대해 전달된 매개변수 값이 "스니핑"되어 카디널리티 추정에 사용됩니다. 최종 효과는 특정 매개변수 값이 쿼리에서 리터럴로 사용된 것
아래 쿼리에서 Name과 Age에 index 가 설정 된 경우출력되어야 하는 모든 컬럼이 인덱스 구성에 포함되어 있는 경우로 인덱스 내에서 모두 찾을 수 있기 때문에 I/O 감소 쿼리 조회 시 Index Key상에서 조회할 수 있는 컬럼들이 모두 존재하여 Disk로 가