cockroachdb / cockroachdb/docs
builtins: add underscore variant for each index builtin
Open
C-product-change
no-issue-activity
- Dominant language
- HTML
- Stars
- 212
- Forks
- 476
- Avg merge
- 40m
- Merged PRs (30d)
- 3
Description
Lauren Hirata Singh (lnhsingh) commented:
PR: https://github.com/cockroachdb/cockroach/pull/51225
From release notes:
> Added a variant of each index-backed geospatial function that is prefixed with a `_` (e.g., `ST_Covers` gets a non-index-accelerated variant called `_ST_Covers`). These prefixed variants avoid using the spatial index while providing the same functionality. [#51225][#51225] {% comment %}doc{% endcomment %}
Jira Issue: DOC-660
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.