vinothchandar commented on a change in pull request #1469: [HUDI-686] Implement 
BloomIndexV2 that does not depend on memory caching
URL: https://github.com/apache/incubator-hudi/pull/1469#discussion_r409735330
 
 

 ##########
 File path: 
hudi-client/src/main/java/org/apache/hudi/config/HoodieIndexConfig.java
 ##########
 @@ -68,6 +68,13 @@
   public static final String BLOOM_INDEX_KEYS_PER_BUCKET_PROP = 
"hoodie.bloom.index.keys.per.bucket";
   public static final String DEFAULT_BLOOM_INDEX_KEYS_PER_BUCKET = "10000000";
 
+  public static final String BLOOM_INDEX_V2_PARALLELISM_PROP = 
"hoodie.bloom.index.v2.parallelism";
+  public static final String DEFAULT_BLOOM_V2_INDEX_PARALLELISM = "20";
+
+  public static final String BLOOM_INDEX_V2_BUFFER_SIZE_PROP = 
"hoodie.bloom.index.v2.buffer.max.size";
 
 Review comment:
   nit: `BUFFER_MAX_SIZE_PROP`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to