Github user chenliang613 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2581#discussion_r206433538
--- Diff: docs/useful-tips-on-carbondata.md ---
@@ -125,6 +125,10 @@
TBLPROPERTIES ('SORT_COLUMNS'='Dime_1, HOST, MSISDN')
```
+ **NOTE:**
+ + BloomFilter can be created to enhance performance for queries with
precise equal/in conditions. You can find more information about it in
BloomFilter datamap document.
+
--- End diff --
please add one link to bloomfilter datamap document.
---