Hi Solr users:I use Solr 7.3.1 and 150,000 documents and about 6GB in total. When I try to retrieve 20000 ids (4 letter code, indexed and stored), it took 17s to retrieve 1.14M size data. I tried to increase RAM and cache, but only helped to some degree (from 25s to 17s). Any idea/suggestions where I should look? Thanks! ========================================wget -O output.txt 'http://localhost:8983/solr/s_entry/search?fl=pdb_id,score&q=human&start=0&rows=20000' 1.14M 66.7KB/s in 17s
-- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html