bucket\_count | The number of buckets into which a will split. | Integer | The value of the sql.defaults.default\_hash\_sharded\_index\_bucket\_count. |
geometry\_max\_x | The maximum X-value of the for the object(s) being covered. This only needs to be set if you are using a custom . | | Derived from SRID bounds, else (1 << 31) -1. |
geometry\_max\_y | The maximum Y-value of the for the object(s) being covered. This only needs to be set if you are using a custom . | | Derived from SRID bounds, else (1 << 31) -1. |
geometry\_min\_x | The minimum X-value of the for the object(s) being covered. This only needs to be set if the default bounds of the SRID are too large/small for the given data, or SRID = 0 and you wish to use a smaller range (unfortunately this is currently not exposed, but is viewable on https://epsg.io/3857). By default, SRID = 0 assumes [-min int32, max int32] ranges. | | Derived from SRID bounds, else -(1 << 31). |
geometry\_min\_y | The minimum Y-value of the for the object(s) being covered. This only needs to be set if you are using a custom . | | Derived from SRID bounds, else -(1 << 31). |
s2\_level\_mod | s2\_max\_level must be divisible by s2\_level\_mod. s2\_level\_mod must be between 1 and 3. | Integer | 1 |
s2\_max\_cells | The maximum number of S2 cells used in the covering. Provides a limit on how much work is done exploring the possible coverings. Allowed values: 1-30. You may want to use higher values for odd-shaped regions such as skinny rectangles. Used in . | Integer | 4 |
s2\_max\_level | The maximum level of S2 cell used in the covering. Allowed values: 1-30. Setting it to less than the default means that CockroachDB will be forced to generate coverings using larger cells. Used in . | Integer | 30 |