코히어 coherence 응집성polymorphism 다형성CQRS 패턴OLTP 성능이 좋다SQL은 Hardware에 성능이 좌우되지만 Json Document는 동일한 Hardware더라도 모델 구조에 따라서 성능이 좋아질 수 있다.mongodb..mongodb는 sql을 정확하게 맞출 필요 없다 → 쿼리 정확도?를 설정할 수 있음 (flexible schema)RDBMS - MongoDBDatabase - DababaseTable - CollectionRow - DocumentColumn - FieldIndex - Index (B-tree Index 사용)하나의 Document안에 sub document 가질 수 있음array, flexible schemaobject based api → applic..