External DB-Tools / Slow phpMyAdmin

Game development with Board Game Arena Studio
User avatar
XCID
Posts: 78
Joined: 26 March 2020, 01:45

External DB-Tools / Slow phpMyAdmin

Post by XCID »

Hi all,

I was wondering if it's possible to use external DB-Tools instead of phpMyAdmin, which is really slow currently (and which I just don't like in general)?
Last edited by XCID on 29 July 2020, 12:32, edited 1 time in total.
User avatar
RicardoRix
Posts: 2548
Joined: 29 April 2012, 23:43

Re: External DB-Tool

Post by RicardoRix »

I don't remember it being as slow as it is now. It takes 20 seconds just to open the page, and every action takes at least a few seconds.
User avatar
ShaPhi7
Posts: 37
Joined: 22 April 2020, 20:44

Re: External DB-Tool

Post by ShaPhi7 »

I don't have a solution/alternative, but thought it worth chiming in that you're not alone; this is the thing that slows me down the most.
User avatar
Een
Posts: 3861
Joined: 16 June 2010, 19:52

Re: External DB-Tools / Slow phpMyAdmin

Post by Een »

Checked it and the problem doesn't seem to be phpmyadmin, but directly mysql.
The issue is exactly this: https://stackoverflow.com/questions/215 ... -databases
Looking for a solution...
User avatar
tchobello
Posts: 694
Joined: 18 March 2012, 13:19

Re: External DB-Tools / Slow phpMyAdmin

Post by tchobello »

That's really annoying...

more than 10 seconds each time you're clicking anywhere.

click on the game, click on the table, modify a field... that takes nearly one minute. Shame.
User avatar
Een
Posts: 3861
Joined: 16 June 2010, 19:52

Re: External DB-Tools / Slow phpMyAdmin

Post by Een »

Unfortunately I don't have a solution at the moment. If someone has a solution to the above mentioned mysql issue, please let me know.
Otherwise, solution could come from a DB upgrade or server change, but not sure when we'll have the possibility to work on this.
User avatar
AndrewLucas
Posts: 2
Joined: 01 October 2020, 19:04

Re: External DB-Tools / Slow phpMyAdmin

Post by AndrewLucas »

I suspect the problem is in phpMyAdmin, and would try isolating this by running some simple queries (just SELECT * FROM small_table would do) on the server's SQL command line. When I perform a SELECT * FROM a_game_table the SQL engine ends in a tiny fraction of a second, but the page takes a long time to load. This is backed up by my experience of playing games on studio; they are responsive (which indicates the SQL engine is responsive).
User avatar
Een
Posts: 3861
Joined: 16 June 2010, 19:52

Re: External DB-Tools / Slow phpMyAdmin

Post by Een »

Did you check the link I have posted? The issue is connecting with a non root user, with native mysql client or anything else.
User avatar
AndrewLucas
Posts: 2
Joined: 01 October 2020, 19:04

Re: External DB-Tools / Slow phpMyAdmin

Post by AndrewLucas »

Just want to acknowledge that I was wrong, and found a way to witness this through our limited lens. If you go to the SQL pane and run "SHOW DATABASES", then turn profiling on then (at time of writing) you get about a 5 second period spent "executing".
User avatar
Een
Posts: 3861
Joined: 16 June 2010, 19:52

Re: External DB-Tools / Slow phpMyAdmin

Post by Een »

We'll probably try setting up a new database in the coming weeks.
Post Reply

Return to “Developers”