Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
332 views
in Q2A Core by
Which database server is better to handle with lots of concurrent visitors and activity?

thanks
by
How many concurrent visitors? What does the workload (i.e. activity) look like? Your server hardware is probably more of a limiting factor than the DBMS you're using.
by
agree. but what is best to choose for that:
normal mysql?
percona server ?
mariadb?
or types compatible from google or aws?
by
+2
There shouldn't be much of a difference between regular MySQL and MariaDB. FWIW I'm using MariaDB for my own site, b/c I despise Oracle. I wouldn't recommend using Google or AWS DB backends, unless you're comfortable with getting vendor-locked-in (which nobody in their right mind should be). With all of that said, in general you should pick the DB you're most familiar with, as that reduces the risk of misconfigurations.

Please log in or register to answer this question.

...