Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は現在、接続プールを備えたMariaDB Maxscale Galera Clusterにデータを読み書きするJavaバッチアプリケーションに取り組んでいます。これには、毎秒 50 ~ 100 回の読み取り/書き込み操作が含まれます。私たちがよく直面する問題は、クエリの結果が交換されることです。たとえば、A、B、および C の 3 つのクエリが実行された場合、A の結果が B に対して受信されます。これは、JDBC または Maxscale の変更によって修正できますか?