wagonhq / feedback

A place to discuss Wagon features and fixes, join us on Slack at
http://band.wagonhq.com
6 stars 0 forks source link

Queries with long run-time #49

Open ghost opened 8 years ago

ghost commented 8 years ago

I tried to run a couple of queries involving a join of two tables of a local MySQL db.

The queries ran for up to two minutes before I tried to cancel them, which didn't work, so I closed wagon. The same queries ran in HeidiSQL in less than a second.

Let me know which additional info you need, I'm fairly new to reporting bugs :-)

mdeland commented 8 years ago

Thanks for the report! Were any queries finishing for you on that database?

ghost commented 8 years ago

Sorry, I don't recall whether some of the queries finished. There were no queries running in the background, if that is what you mean.

mdeland commented 8 years ago

Sorry - I actually meant were you able to run any query at all on that database using wagon? e.g. just select 1;

ghost commented 8 years ago

Ok, I just tried select 1; and it worked. Two of my own queries did not, however.