Load Balanced Semantic Aware Distributed RDF Graph
Ami Pandat, Nidhi Gupta, Minal Bhise

TL;DR
This paper introduces a load balanced, semantic-aware graph partitioning method for RDF data that improves query efficiency and reduces communication costs in distributed environments, demonstrating significant performance gains.
Contribution
The paper proposes a novel semantic-aware graph partitioning and load balancing approach for RDF data, with partial replication to enhance query processing efficiency.
Findings
Partitioning and distribution time complexity is linear in data size.
Achieves 71% query execution time gain over existing methods.
Optimal replication level is 12% of original data.
Abstract
The modern day semantic applications store data as Resource Description Framework (RDF) data.Due to Proliferation of RDF Data, the efficient management of huge RDF data has become essential. A number of approaches pertaining to both relational and graph-based have been devised to handle this huge data. As the relational approach suffers from query joins, we propose a semantic aware graph based partitioning method. The partitioned fragments are further allocated in a load balanced way. For efficient query processing, partial replication is implemented. It reduces Inter node Communication thereby accelerating queries on distributed RDF Graph. This approach has been demonstrated in two phases partitioning and Distribution of Linked Observation Data (LOD). The time complexity for partitioning and distribution of Load Balanced Semantic Aware RDF Graph (LBSD) is O(n) where n is the number of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSemantic Web and Ontologies · Graph Theory and Algorithms · Advanced Database Systems and Queries
