cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
29.92k stars 3.78k forks source link

opt, sql: write microbenchmarks for invertedJoiner and invertedFilterer #57101

Open rytaft opened 3 years ago

rytaft commented 3 years ago

We have not done much performance optimization of invertedJoiner and invertedFilterer, so we should write some microbenchmarks to identify performance bottlenecks in these operators and avoid future regressions. Now that the two operators are supported for both geospatial and JSON / Array indexes, we may be able to exercise the operators more thoroughly and find optimization opportunities.

Jira issue: CRDB-2862

github-actions[bot] commented 1 year ago

We have marked this issue as stale because it has been inactive for 18 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to CockroachDB!

rytaft commented 9 months ago

Still relevant