Database/Neo4j

[Neo4j] Graph Database 개념

bisi 2019. 4. 8. 22:19

Graph Database 

1. 개념

    데이터 간의 관계를 데이터 자체와 똑같이 중요하게 다루기 위해 고안된 데이터베이스

 

2. 주요 특징 

  • 일정한 시간 작업이며 코어 당 초당 수백만 개의 연결을 신속하게 통과 할 수 있음.
  • 데이터 세트의 전체 크기와 관계없이 그래프 데이터베이스는 연결이 잘된 데이터와 복잡한 쿼리를 관리하는 데 탁월
  • 스키마에 자유롭다 : Schema-Free

 

3. Neo4j 공식 사이트

https://neo4j.com/developer/graph-database/

 

What Is a Graph Database and Property Graph | Neo4j

While other databases compute relationships expensively at query time, only a database that embraces relationships as a core aspect of it's data con provide efficient, real-time value. Graph databases utilize relationships to excel at managing highly conne

neo4j.com

 

다음 포스팅에서는 Neo4j에서 사용되는 Cypher Query 개념에 대해서 알아보겠습니다. 

'Database > Neo4j' 카테고리의 다른 글

Neo4j 다운로드 및 설치 가이드  (0) 2019.04.14
[Neo4j] Cypher Query 개념 정리 및 예제  (0) 2019.04.09