search - Is Elasticsearch more performant over a SQL Server DB or a NoSql Db? -


i work on project allows recruiters search candidates going through cv's texts. cv text stored string , many numbers of lines. search uses stored procedure on sql-server , dynamic sql.

we thinking of making more performant application , elastic-search has been nominated search technology.

one question best persistence storage our project, since cv seems none structured piece of data , store cv files in file storage, choice of persistence storage affect our search performance?


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -