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
Post a Comment