英文:
ADX update policy on follower
问题
在ADX中,是否可以为跟随者群集设置更新策略,以在主群集中的数据被摄取时将数据写入跟随者群集的新表中?
谢谢!
英文:
is it possible to have a update policy on a follower cluster in ADX, to write data to a new table in the follower cluster, when data in a leader table is ingested?
Thanks!
答案1
得分: 1
不,一个被跟随的数据库处于“只读”模式 - 既不能更新元数据也不能更新数据,因此您无法(例如) - 添加/删除表格,将数据摄取到表格中。
有一小部分策略可以在跟随的数据库上覆盖(例如授权和缓存) - 这些策略在此处有文档记录。
英文:
no, a followed database is in 'read-only' mode - neither metadata nor data can be updated on it, so you can't (for example) - add/remove a table, ingest data into a table.
there's a small set of policies that can be overridden on a followed database (e.g. authorization & caching) - those are documented here
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论