Thanks to visit codestin.com Credit goes to github.com
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 5ef44ed commit eb7d582Copy full SHA for eb7d582
pg_qualstats--2.0.0dev.sql
@@ -51,10 +51,15 @@ LANGUAGE C;
51
oid of the relation on the right hand side
52
rattnum (attnum):
53
attribute number of the column on the right hand side
54
- uniquequalnodeid(bigint):
+ qualid(bigint):
55
hash of the parent ``AND`` expression, if any. This is useful for identifying
56
predicates which are used together.
57
+ uniquequalid(bigint):
58
+ hash of the parent ``AND`` expression, if any, including the constant
59
+ values.
60
qualnodeid(bigint):
61
+ the predicate hash.
62
+ uniquequalnodeid(bigint):
63
the predicate hash. Everything (down to constants) is used to compute this hash
64
occurences (bigint):
65
the number of times this predicate has been seen
0 commit comments