Re: Search in cassandra

2018-02-09 Thread Jeff Jirsa
Are you referencing a specific book or section of docs? Can you link that here 
so there’s context? 

-- 
Jeff Jirsa


> On Feb 8, 2018, at 8:21 AM, Mahdi Manavi  wrote:
> 
> As in the "search in lost data" section , we should get tombstone from
> atleast one node. We should use the database strategy which keeps the
> deleted data in a table. And in the filtring proccess it should triger
> bloom filter and search in the table and in the case that the search has
> result report it to user. This approach cause to increased search speed and
> it decrease search cost.

-
To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
For additional commands, e-mail: dev-h...@cassandra.apache.org



Search in cassandra

2018-02-09 Thread Mahdi Manavi
As in the "search in lost data" section , we should get tombstone from
atleast one node. We should use the database strategy which keeps the
deleted data in a table. And in the filtring proccess it should triger
bloom filter and search in the table and in the case that the search has
result report it to user. This approach cause to increased search speed and
it decrease search cost.