correction vldb 2017

Signed-off-by: Bertty Contreras-Rojas <bertty@scalytics.io>
diff --git a/_publications/2016-09-07-vldb.md b/_publications/2016-09-07-vldb.md
index 217d44f..2de1207 100644
--- a/_publications/2016-09-07-vldb.md
+++ b/_publications/2016-09-07-vldb.md
@@ -24,8 +24,8 @@
 year: 2016
 month: 09
 day: 07
-link-paper: assets/pdf/paper/vldb17.pdf
-link-external: true
+link-paper: assets/pdf/paper/vldbj17.pdf
+link-external: false
 ---
 
 Inequality joins, which is to join relations with inequality conditions, are used in various applications. Optimizing joins has been the subject of intensive research ranging from efficient join algorithms such as sort-merge join, to the use of efficient indices such as 𝐵+-tree, 𝑅∗-tree and Bitmap. However, inequality joins have received little attention and queries containing such joins are notably very slow. In this paper, we introduce fast inequality join algorithms based on sorted arrays and space-efficient bit-arrays. We further introduce a simple method to estimate the selectivity of inequality joins which is then used to optimize multiple predicate queries and multi-way joins. Moreover, we study an incremental inequality join algorithm to handle scenarios where data keeps changing. We have implemented a centralized version of these algorithms on top of PostgreSQL, a distributed version on top of Spark SQL, and an existing data cleaning system, NADEEF. By comparing our algorithms against well-known optimization techniques for inequality joins, we show our solution is more scalable and several orders of magnitude faster.