The Wayback Machine - https://web.archive.org/web/20211015155317/https://github.com/topics/cockroachdb
Skip to content
#

cockroachdb

Here are 195 public repositories matching this topic...

cockroach
yuzefovich
yuzefovich commented Sep 24, 2021

Currently, tree.NotExpr is implemented natively in the vectorized engine, so we have to fallback to the older row-by-row engine to evaluate it. We should, instead, vectorize NotExpr.

I think the implementation will be quite similar to how tree.IsNullExpr implemented, and I think we will want to implement two version of NotExpr operator:

  • one for projections, which populates a `coldata
mrigger
mrigger commented Apr 7, 2021

It would be great to implement test case reduction strategies in SQLancer itself. The advantage of doing this in SQLancer, rather than an external tool like C-Reduce, is that we have all the information on whether a specific bug is still triggered (e.g., that two queries should yield the same result) and that the reduction can likely go further than when having an external interestingness test (e.

Improve this page

Add a description, image, and links to the cockroachdb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cockroachdb topic, visit your repo's landing page and select "manage topics."

Learn more