ididit
ididit
Explore posts from servers
PPrisma
Created by ididit on 3/24/2025 in #help-and-questions
Migration just stalls and hangs.
and this is the migration file for adding bm25 index:
-- CreateIndex
CREATE EXTENSION IF NOT EXISTS postgis;
-- prisma-ignore-index
CREATE INDEX product_bm25_idx ON "Product"
USING bm25 (id, name, description)
WITH (
key_field='id',
text_fields='{
"name": {"fast": true},
"description": {"fast": true}
}'
);
-- CreateIndex
CREATE EXTENSION IF NOT EXISTS postgis;
-- prisma-ignore-index
CREATE INDEX product_bm25_idx ON "Product"
USING bm25 (id, name, description)
WITH (
key_field='id',
text_fields='{
"name": {"fast": true},
"description": {"fast": true}
}'
);
8 replies
PPrisma
Created by ididit on 3/24/2025 in #help-and-questions
Migration just stalls and hangs.
No description
8 replies
PPrisma
Created by ididit on 3/24/2025 in #help-and-questions
Migration just stalls and hangs.
Yes to both
8 replies
PPrisma
Created by ididit on 2/4/2025 in #help-and-questions
creating a BM25 index
@RaphaelEtim hi raphael, can you show me which issue you were referring to look at?
8 replies