Skip to content

Commit

Permalink
Group results in completeness: import into DB #199
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Apr 27, 2023
1 parent 13ac5a2 commit 7151260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/sqlite/completeness-groupped.sqlite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ CREATE TABLE IF NOT EXISTS "groupped_marc_elements" (
"stddev" REAL,
"histogram" TEXT
);
CREATE INDEX IF NOT EXISTS "groupId" ON "groupped_marc_elements" ("groupId");
CREATE INDEX IF NOT EXISTS "gme_groupId" ON "groupped_marc_elements" ("groupId");
CREATE INDEX IF NOT EXISTS "gme_documenttype" ON "groupped_marc_elements" ("documenttype");
EOF

log "clean groupped_marc_elements"
Expand Down

0 comments on commit 7151260

Please sign in to comment.