Did other users create a set of indexes?
I think the tables come out of the tool with no indexes.
I just did
CREATE INDEX idx_one ON medcit_meshheadinglist_meshheading (pmid ASC);
CREATE INDEX idx_two ON medcit_meshheadinglist_meshheading_qualifiername(pmid ASC);
If users would be willing to share their addition to the db - that would be great.
Did other users create a set of indexes?
I think the tables come out of the tool with no indexes.
I just did
CREATE INDEX idx_one ON medcit_meshheadinglist_meshheading (pmid ASC);
CREATE INDEX idx_two ON medcit_meshheadinglist_meshheading_qualifiername(pmid ASC);
If users would be willing to share their addition to the db - that would be great.