Re: Selection Between Solr and Relational Database

2011-03-03 Thread Markus Jelsma
Well, an RDBMS can be very fast but Solr using fq can be very fast as well. Just try fq=group:sports&fq=createdtime: > Dear all, > > I have started to learn Solr for two months. At least right now, my system > runs good in a Solr cluster. > > I have a question when implementing one feature in m

Selection Between Solr and Relational Database

2011-03-03 Thread Bing Li
Dear all, I have started to learn Solr for two months. At least right now, my system runs good in a Solr cluster. I have a question when implementing one feature in my system. When retrieving documents by keyword, I believe Solr is faster than relational database. However, if doing the following