You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
During bootstrap, RLI index records are persisted for calculating the file group count. Users can configure the record index file group count by configuring the min and max file group count and setting them to the same value. In such a case, estimation is not required and therefore the record index records need not be persisted.
What you expected:
If the min and max file group count for record index is configured and set to the same value, record index records should not be persisted.