Skip to content

[Study Log] NoSQL #18

@haonly

Description

@haonly

NoSQL 정리

NoSQL

  • Not Only SQL로 관계형이지 않은 SQL의 개념
  • 정형 데이터 뿐만이 아닌 텍스트, 이미지, 동영상과 같은 비정형, 반정형 데이터를 다룰 수 있음
  • 일관성보다는 Eventual Consistency 지향
  • 분산 저장에 특히 용이

종류

  • Column-based
    • ig. Cassandra
  • Document-oriented
    • ig. MongoDB
  • Key-value
  • Graph

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions