Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1005 CockroachDB - enable array tests #1012

Merged
merged 3 commits into from
Jun 10, 2024

Conversation

dantownsend
Copy link
Member

Related to #1005

Using the latest versions of CockroachDB (v24.1.0), and asyncpg (0.29.0), array queries are very slow.

The SQL that Piccolo generates is very simple, so I don't think it's anything to do with Piccolo (also, these queries run fine on Postgres).

Previously, we had a bunch of array tests disabled for CockroachDB. These tests now pass, but they're just very slow. For that reason, we won't run them in the CI.

In the future we'll revisit this when newer versions of CockroachDB and asyncpg are released, or when we support alternative database adapters (e.g. psycopg3).

@dantownsend dantownsend merged commit 28f871d into master Jun 10, 2024
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant