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?

Sem respostas

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas