Make BI Connector Settings Permanent
Allow the "SET GLOBAL mongodbmaxvarcharlength = n" to be permanent after a Mongosqld restart. Currently, the setting is ephmeral and must be set everytime the mongosqld daemon is restarted. Currently, our production environment mongosqld can restart without our knowledge at anytime. This results in the mongodbmaxvarharlength variable being reset to zero, which can lead to a production outage. Is there anyway this can be automated, maybe through database trigger?
39
votes
Brian
shared this idea
-
Tom commented
We'd like this very logic implemented for other parameters as well, e.g.:
`max num global tables (4000) reached: not mapping any more tables`
-
Steven commented
Please VOTE this up..... This would be a great feature.....