globalwordnet / OMW

The Open Multilingual Wordnet
http://compling.hss.ntu.edu.sg/omw/
MIT License
57 stars 9 forks source link

No index on table `ssexe` #80

Closed jmccrae closed 4 years ago

jmccrae commented 4 years ago

The table ssexe is very slow to query as it has no index. The table creation script needs something like:

CREATE INDEX ssexe_lang_ssexe_idx ON ssexe (ss_id, lang_id, ssexe);