This document presents a method for scalable SPARQL BGP processing using map-side merge joins, focusing on fast, low-latency query execution while avoiding costly joins. It details the implementation of sort-merge joins within a MapReduce framework, highlighting the necessary challenges and contributions such as dynamic bloom filters and guaranteed pre-sorted data. Experimental results indicate improved performance of 15-48% in query runtimes compared to traditional methods.