Re: Advice on a design

2011-03-02 Thread Burc Sade
less more > complex CF > > Thank you for your reply, > > > > 2011/3/2 Burc Sade > > Hi Vodnok, >> >> For tag searches I would use a search engine like Solr (Lucene), as I >> think it would be more flexible to query. You can update the index as new &g

Re: Advice on a design

2011-03-01 Thread Burc Sade
Hi Vodnok, For tag searches I would use a search engine like Solr (Lucene), as I think it would be more flexible to query. You can update the index as new data comes in and query it for queries #1, #2 and #4. For "All doc of type='BOT' and c_bot_code='ABC'" query, I would create the CF below. do