Re: mysql rewriteBatchedStatements

2022-08-02 Thread Justin Bertram
omething did break it we would certainly revisit that decision if necessary and make a decision that best serves the community. > Does anyone test using it (besides us)? I'm not aware of any specific tests with MySQL + rewriteBatchedStatements in the test-suite or elsewhere. Justin On F

Re: mysql rewriteBatchedStatements

2022-07-29 Thread Stephen Baker
, but if you understand the caveats you can get substantial (order of magnitude) performance benefit from it. Stephen E. Baker From: Justin Bertram Date: Friday, July 29, 2022 at 5:43 PM To: users@activemq.apache.org Subject: Re: mysql rewriteBatchedStatements I don't think it's p

Re: mysql rewriteBatchedStatements

2022-07-29 Thread Justin Bertram
I don't think it's possible to know whether or not that was a conscious decision based on the available evidence. If it was, I would have expected a mention of it in the documentation, the commit log, or a code comment. I think the only conclusive data would be input from the original author (i.e.

mysql rewriteBatchedStatements

2022-07-29 Thread Stephen Baker
Hello, I have looked over the use of executeBatch in artemis-jdbc-store and it would be safe to use mysql’s rewriteBatchedStatements connection string value the way the code is written right now. I was wondering if that was a conscious decision given rewriteBatchedStatements is not JDBC conform