Hello guys, I have been playing with Solr lately, and I tested it over a csv file of about 200 rows (that I indexed in Solr). I also read the file in Spark and perform filtering over an attribute value and compute time of processing when the dataset is loaded from File System vs. Solr.
I find the time of execution longer when the dataset is loaded from Solr. Any explanation? Maybe the dataset is small to reflect improved performance for Solr? Thanks for clarifying.