Commit d94b6ab6 authored by delanoe's avatar delanoe

[SQL] reset mem option.

parent 40564587
...@@ -218,6 +218,7 @@ def compute_coocs( corpus, ...@@ -218,6 +218,7 @@ def compute_coocs( corpus,
# 7) Building the final query # 7) Building the final query
final_sql += cooc_sql + select_cooc_sql final_sql += cooc_sql + select_cooc_sql
#final_sql += ";\n reset work_mem;"
# 6) EXECUTE QUERY # 6) EXECUTE QUERY
# ---------------- # ----------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment