问题描述
嗨!我们最近从Cassandra迁移到Azure SQL数据仓库,有一个我们无法弄清楚的特定功能:有没有办法索引整个dw并集成搜索引擎?我们有ElassAndra(Cassandra上的ElasticSearch)和
它很好地服务于我们的用例。
Hi! We have recently moved from Cassandra to Azure SQL Data Warehouse and there is one specific feature we can't figure out: is there a way to index the entire dw and integrate a search engine? We had ElassAndra (ElasticSearch on Cassandra) for this and it was serving our use-case very well.
谢谢!
Terry
推荐答案
我认为没有办法索引整个数据仓库,但这完全取决于大小。
I believe there is no way to index the entire data warehouse, it entirely depends upon the size although.
你可以参考 这个文档,用于一次索引批量数据。有多种方法可以为多个文档添加索引。
You can refer this doc for indexing bulk data at a time. There are different ways to add indexing for multiple documents.
与搜索引擎集成时。我会检查并回来。
While for the integration with search engine. I'll check and get back.
希望它有所帮助。
这篇关于搜索整个dw的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!