我们正在使用solrcloud 5.0来索引和查询数据。
我们发现间歇性查询变得缓慢。在分析(通过SolrCloud管理面板)后,我们发现documentCache大小在变慢时变为0。没有驱逐(通过SolrCloud管理面板确认)。 documentCache可能成为什么样的原因?
我们在solrconfig.xml中有以下documentCache设置。
console.log(document.getElementById("SAVE_FOOTER"));
document.getElementById("SAVE_FOOTER").attribute("onclick","console.log('c')");
documentCache可能成为什么原因?
答案 0 :(得分:1)
SOLR在每次提交后清除缓存,您可能处于预热状态,可能是性能延迟的原因。