我可以将 Teiid 中的评论下推到源查询吗?
Can I push down a comment in Teiid to the source query?
是否可以将评论下推到源数据库查询?
给定示例 Teiid 查询:
select /* 'request_id' */ columnA, sum(columnB)
from tableA
我希望看到将评论推送到源数据库,以便我可以在日志中捕获 request_id。我查看了源提示,但也没有运气将这些提示下推到源查询。
查看 http://teiid.github.io/teiid-documents/master/content/reference/JDBC_Translators.html 并搜索 UseCommentsInSourceQuery
是否可以将评论下推到源数据库查询?
给定示例 Teiid 查询:
select /* 'request_id' */ columnA, sum(columnB)
from tableA
我希望看到将评论推送到源数据库,以便我可以在日志中捕获 request_id。我查看了源提示,但也没有运气将这些提示下推到源查询。
查看 http://teiid.github.io/teiid-documents/master/content/reference/JDBC_Translators.html 并搜索 UseCommentsInSourceQuery