Azure search or full text index? -


data in sql azure, have existing webapi expose data odata. issue client want make call filters substring query on few columns, making performance slow. debating @ point whether use full text search index or use azure search service, thoughts please?

some of considerations , tradeoffs between hosting search in azure search vs. using sql server fts captured here.

as pointed out above, azure search can index in-database data - see connecting azure sql database azure search using indexers.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -