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