graphdb (2) 썸네일형 리스트형 왜 그래프 데이터베이스를 사용하는가? What is a Graph Database? A graph database stores nodes and relationships instead of tables, or documents. Data is stored just like you might sketch ideas on a whiteboard. Your data is stored without restricting it to a pre-defined model, allowing a very flexible way of thinking about and using it. 그래프 데이터베이스는 노드와 관계를 저장한다. 데이터는 화이트보드에 아이디어를 스케치하듯이 저장되고, 이미 정의된(pre-defined) 모델(table, documents)에.. Relational Databases Lack Relationships RDB는 관계를 표현하기 어렵다 The rise in connectedness translates in the relational world into increased joins, which impede performance and make it difficult for us to evolve an existing database in response to changing business needs. (테이블 간의) 연결성 증가는 JOIN 쿼리의 증가로 이어지며, 이는 수시로 변화하는 비즈니스적 요구에 맞게 기존의 데이터베이스를 변경시키는 것을 어렵게 만들고 또한 성능 저하의 원인이 된다. MySQL(RDB)를 현업에서 사용하면서 아래와 같은 문제들을 실제로 겪고 있다. 단순히 DB의 동작을 위해서 외래.. 이전 1 다음