Analyzing correct table

This commit is contained in:
Antonis Lempesis 2024-10-08 13:29:28 +03:00
parent d9a8ead200
commit a0a559eb81
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ where relClass='Cites' and rel.datainfo.provenanceaction.classid = 'sysimport:cr
and rel.datainfo.deletedbyinference=false and rel.datainfo.invisible = FALSE
group by substr(target, 4); /*EOS*/
ANALYZE TABLE ${stats_db_name}.result_citations COMPUTE STATISTICS; /*EOS*/
ANALYZE TABLE ${stats_db_name}.result_citations_oc COMPUTE STATISTICS; /*EOS*/
DROP TABLE IF EXISTS ${stats_db_name}.result_references_oc purge; /*EOS*/