Implement filtering strategy for DBConnector to improve request performance
Closed this issue · 0 comments
maroil commented
If a SparkRepository[T] has a DBConnector, then when the method FindBy() is called, one should check if the column that we'd like to filter belongs to a Key column or not.
It could be achieved by looking into the annotation of the case class T.