We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6452c commit ce83b71Copy full SHA for ce83b71
optimizer/histogram_history/README.md
@@ -1,5 +1,10 @@
1
<h2>List history information for histograms associated with a table</h2>
2
3
+This is a proof-of-concept script to list information on histogram changes over time for a chosen table. In particular, it reports:
4
+
5
+- Changes to histogram bucket count.
6
+- When histograms were added and removed for each column.
7
8
The main script is "h_hist.sql". It requires a DBA account and you supply two parameters:
9
10
<pre>
0 commit comments