PDA

View Full Version : Qt and MariaDb driver



friendofgermany
26th May 2014, 10:34
Hi,

I've tried to link the Qt MySql Plugin against the MariaDb driver as it is LGPL compliant. It compiled and linked fine and it works. However the performance is worse than the original MySql driver. I tried some queries with both databases Mysql and MariDb.
Does anybody tried the same approach with better results?
Is there anything I can do to speed up things?
I'm using Qt 4.7.4 in VS2008 SP1

PS:
All queries are effected, even simple ones with only selecting say 5 rows.