Just played around in fuse with queries/s metrics on mysql. After a lot of dbcp tuning got it to 4k/s.
The just for the heck of it switched to mariadb j connector. 5k/s !
How ? Why ?
Have checked many times. Same result. No idea.
Also if dbcp2 can't load your driver just create a bean and give it the ref. It will work !
Basic ds is way faster than shared pool ds and put the password in conn props to hide from jmx.
The just for the heck of it switched to mariadb j connector. 5k/s !
How ? Why ?
Have checked many times. Same result. No idea.
Also if dbcp2 can't load your driver just create a bean and give it the ref. It will work !
Basic ds is way faster than shared pool ds and put the password in conn props to hide from jmx.
posted from Bloggeroid