Migration of Data from Relational Database to Graph Database


Unal Y., Oguztuzun H.

8th ACM International Conference on Information Systems and Technologies (ACM ICIST), İstanbul, Türkiye, 16 - 18 Mart 2018 identifier identifier

  • Yayın Türü: Bildiri / Tam Metin Bildiri
  • Cilt numarası:
  • Doi Numarası: 10.1145/3200842.3200852
  • Basıldığı Şehir: İstanbul
  • Basıldığı Ülke: Türkiye
  • Anahtar Kelimeler: Relational Database, Graph Database, Migration, NoSQL
  • Orta Doğu Teknik Üniversitesi Adresli: Evet

Özet

Relational databases have been widely used in many applications until today and they have met needs for data-intensive domains and transactions, but today data is growing faster than ever and extracting information from this huge data is becoming more challenging. Growing size of data and number of connections between data items reduces performance because relational databases use many complex join operations to query and access data. As a solution, graph database store these connections between entities and provide traversing connections fast and easily and accessing data efficiently. This article reports on our experience of migration of document-based, parent-child hierarchical data from relational database to graph database. It also reports comparison of data access processes and performance between relational database and graph database.