Question

I have one table while has 10 million records; it has some relational data in another tables as well. I would like to perform more search and few write operations on these tables very frequently.

I am evaluating SQL Server 2014 In-Memory Tables, Full Text Search & Lucene.NET. Apart from this in my web application, I will use odata service to pull the data.

Can you recommend best option for this.

thank you -nm

Était-ce utile?

La solution

Regarding performance, every suggestion is unsafe. I would go with Lucene, or Solr which are very easy to setup and manage. Moreover, they are totally fast search oriented. I am sure that SQL Server Full Text Search could be very effective, but I would invest my time on a Lucene based solution.

Hope I helped!

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top