Hi, Does an ID based filtering on solr will perform poor than DB?
<field name"id" type"string" indexed="true" stored="true"> - http://localhost:8983/solr/select?q=*&fq=id:153 *OR* - select * from TABLE where id=153 With Regards Aman Tandon
Hi, Does an ID based filtering on solr will perform poor than DB?
<field name"id" type"string" indexed="true" stored="true"> - http://localhost:8983/solr/select?q=*&fq=id:153 *OR* - select * from TABLE where id=153 With Regards Aman Tandon