Missing MariaDB Parameter Group option 'in_predicate_conversion_threshold'

0

'in_predicate_conversion_threshold' does not appear to be available as an option in the MariaDB Parameter Groups
However, it's not listed as excluded in the 'MySQL parameters that aren't available' https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.MariaDB.Parameters.html

I can manually view/change its value, as follows:

  • SELECT @@GLOBAL.in_predicate_conversion_threshold;
  • SET in_predicate_conversion_threshold =0;

Is it possible to change the default 'in_predicate_conversion_threshold' value via the AWS console or via a MariaDB Parameter Group?

No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions