Files
secondo/bin/Scripts/dblpCreateIndexes.osec

13 lines
334 B
Plaintext
Raw Permalink Normal View History

2026-01-23 17:03:45 +08:00
create index on Authordoc columns Name;
create index on Authordoc columns Lclastname;
create index on Authordoc columns Docid;
create index on Document columns Docid;
create index on Document columns Booktitle;
create index on Document columns Journal;
create index on Keyword columns Docid;
create index on Keyword columns Word;