Hi geode dev,

we have observed following behavior, at creation of partitioned regions.

After partitioned region is created, initialization of bucket will take place:


  *   only at point when first data is inserted in region (bucket will be 
incrementally created for every added entry, till [max buckets]),
  *   or "select *" query is performed against that partitioned region (in this 
case all buckets [max buckets] are created at once).

Can you confirm that this is expected behavior?

Thanks,
Mario

Reply via email to