]
Gustavo Fernandes updated ISPRK-14:
-----------------------------------
Fix Version/s: 0.4
(was: 0.3)
Push down predicate support for SQL
-----------------------------------
Key: ISPRK-14
URL:
https://issues.jboss.org/browse/ISPRK-14
Project: Infinispan Spark
Issue Type: Enhancement
Components: SQL
Affects Versions: 0.1
Reporter: Gustavo Fernandes
Fix For: 0.4
Currently, using Spark SQL will cause iteration of each Infinispan partition, an
optimization would be to use the so called "push down" of predicates, so that
parts of the SQL would be translated to a Infinispan query and data would be filtered at
the source.