-
Notifications
You must be signed in to change notification settings - Fork 8
3. Troubleshooting
Silvan Heller edited this page Nov 20, 2018
·
2 revisions
Try the following steps:
- Adjust the Spark parameters (in particular
$ADAMPRO_MEMORY
,$ADAMPRO_MASTER
). - Adjust the ADAMpro parameters; add the following parameters
defaultPartitions = 8
defaultPartitionsIndex = 8
-
filteringMethod = "semijoin"
(for Parquet-based attributes,semijoin
is the best option; otherwise chooseisinfilter
orbloomfilter
) -
VAGlobalRefinement = false
(this option is only relevant for VA-File indexes; for large entities choosetrue
)
- Vacuum your entities, this will also re-partition your entities according to the attributes set above.
- Ensure that your attributes are not distributed over multiple storage engines (see in the list of entities whether all attributes per entity are within one storage engine, otherwise costly joins have to be performed)
This can be an issue for both the docker container and locally installed solr. Somehow, solr looks in the wrong config directory. The solution here is to simply copy server/solr/configsets/_defaults
to server/configsets/basic_configs