Document table statistics property for Hive connector#10525
Document table statistics property for Hive connector#10525electrum merged 1 commit intotrinodb:masterfrom
Conversation
mosabua
left a comment
There was a problem hiding this comment.
Break up into separate PRs please as well
d203788 to
99b444a
Compare
There was a problem hiding this comment.
it is confusing that the name of this is *enabled, but the description starts out with "Disable..." but the default is true.
99b444a to
788633b
Compare
There was a problem hiding this comment.
nitpicking - this is technically true but a side effect of the fact that stats become missing. i.e. there might be future cost-based optimisations which might not be dependent on stats (or we could generate some rough stats during runtime) and then this statement would be false.
There was a problem hiding this comment.
I could do a minor edit to say this or something similar:
Set to
falseto disable statistics. Disabling statistics
means that :doc:/optimizer/cost-based-optimizationscan
not make smart decisions about the query plan.
788633b to
0e89a54
Compare
No description provided.