...
Datafari 6.0 shifted from the Apache Zeppelin to a homegrown react based system, as it is much less demanding in terms of resources consumption.
Starting from Datafari 6.1 and only if you use Datafari into multiservers mode (Enterprise edition), the Solr indexes for analytics data are hosted into a dedicated Solr instance that is located into the main server. Thanks to that, the Solr search servers are only used for indexing data for the sources that need to be indexed : there is not drop of performance caused by the analytics data (see /wiki/spaces/DATAFARI/pages/559415376 if you want to see the architecture diagram).
1. How does it work ?
We index analytics data in dedicated Solr indexes:
...