Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How does bloom filter help in searching rows?



How does bloom filter help in searching rows?..

Answer / Manish Kumar Verma

Bloom filters are used in HBase to optimize row-level lookups. They provide a probabilistic data structure that can quickly determine whether an element (in this case, a row key) might be present in a larger set (the table). However, false positives are possible, so if a Bloom filter indicates a row is present, you should always verify the result by fetching the actual data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache HBase Interview Questions

Which code is used to open a connection in hbase?

1 Answers  


What is hfile ?

1 Answers  


Explain the Scope operators used in hbase?

1 Answers  


Suppose that your data is stored in collections, for instance, some binary data, message data or metadata is all keyed on the same value. Will you use HBase for this?

1 Answers  


What is a Column family in hbase?

1 Answers  


What are different tombstone markers in hbase?

1 Answers  


How many operational commands in hbase?

1 Answers  


What is HBaseFsck class?

1 Answers  


Can the region server will be located on all datanodes?

1 Answers  


What is the use of HColumnDescriptor class?

1 Answers  


In hbase what is column families?

1 Answers  


How will you design or modify schema in hbase programmatically?

1 Answers  


Categories