limit forgein table data view

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

limit forgein table data view

Post by michabbb » Thu 19 Jul 2018 11:06

hi,

when i hit the arrow down button (accidentally) on a super large table, i can wait hours ;-(((

Image

this preview should get a limit if the foreign table is too large.
if the other table has more than X records, you should trunc that result
and give a notice. this fetching-data window makes no sense otherwise.

i was forced to terminate the whole program because i cannot wait 30minutes to see the data ;-(

alexa

Re: limit forgein table data view

Post by alexa » Mon 23 Jul 2018 09:32

We will investigate this issue and will answer you as soon as possible.

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: limit forgein table data view

Post by michabbb » Mon 23 Jul 2018 11:07

thanks....

alexa

Re: limit forgein table data view

Post by alexa » Mon 23 Jul 2018 18:09

Please check that you are using the latest version 8.0 https://www.devart.com/dbforge/mysql/st ... nload.html

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: limit forgein table data view

Post by michabbb » Mon 23 Jul 2018 18:24

of course i do ;-)

.jp
Devart Team
Posts: 345
Joined: Wed 09 Sep 2009 06:55
Location: devart

Re: limit forgein table data view

Post by .jp » Thu 26 Jul 2018 07:52

Hello,

Please send DDL of the tables you work with, and specify the number of records in the Parent table.

Best Regards.

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: limit forgein table data view

Post by michabbb » Thu 26 Jul 2018 17:24

hey alex,

is seems like, this bug is not very well reproducable.
it looks like, this only happens, when the connection got lost or something else.
so the window usually works as expacted. but sometimes, the loading screen gets stuck.
the only thing i can imagine is, that there is a problem with the connection or maybe
the "reconnect" does not work in that case, i don´t know. so it seems like, it hasn´t anything
todo with the tables itself, but with the connection. maybe your team can check, if the same
things apply with that window, as with the rest of the program. if i see this again, i don´t know
howto debug that, is there anything i can do/change/active ?

thanks

Post Reply