GitHub user CoderSong2015 opened a pull request:
https://github.com/apache/trafodion/pull/1537
[Trafodion-3041] Support watchdog query cache
To improvement performance when every query executed needs to be written
into repository.
The time when the queries cached will be published into repository is
determined by cache time or number of queries. You can configure it in the file
dcs/conf/dcs-site.xml.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/CoderSong2015/Apache-Trafodion master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1537.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1537
----
commit c9570e33d1ebbc5d92bc8868be3f53f8ad10f318
Author: Haolin.song <403438485@...>
Date: 2018-04-24T03:11:07Z
[Trafodion-3041] Support watchdog query cache to improvement performance
when every query executed needs to be written into repository.
The time when the queries cached will be published into repository is
determined by cache time or number of queries. You can configure it in the file
conf/dcs-site.xml.
----
---