sql server - Keyword based searching and Query Cleaning -


i implementing keyword based search website. database contains 5 relations: image,audio,videos,document , otherfiles. each of them contain name,description,file size , other information file. implement keyword based search making index table contains 2 columns (keywordstring,rowid) 'keywordstring' concatenation of columns of type string of particular row , 'rowid' row number column data taken(basically pointer row in of 5 relations). eg.("key1 key2 key3","imgr1") mean row 1 in image table contains words "key1", "key2", "key3" in of columns. wanna know if scalable when number of rows in each relation increase on 100,000 or more or there better way this?

also sorta words should remove search query? removing duplicate words,articles , conjunctions.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -