Skip to content

Conversation

@jmgasper
Copy link
Contributor

No description provided.

@@ -0,0 +1,4 @@
-- Improve search responsiveness for group-constrained queries
CREATE INDEX IF NOT EXISTS "challenge_groups_gin_idx"
ON "challenges"."Challenge"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[❗❗ correctness]
Ensure that the groups column is of a type that supports GIN indexing, such as jsonb or array. If it is not, the index may not function as expected.

@jmgasper jmgasper merged commit 01b4a4f into master Nov 12, 2025
8 checks passed
kkartunov added a commit that referenced this pull request Nov 12, 2025
master -> dev - Merge pull request #39 from topcoder-platform/PM-2206-2nd-fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants