Rows Result count of filtering

[expired user #10754]'s profile image [expired user #10754] posted 7 years ago in General Permalink

In mysql, the count number of Found rows when filtering data does not show in the log panel when we "apply filter" and the default limit number (1000) does affect the result. I think in mysql we should use SQL_CALC_FOUND_ROWS or something like that. Many thanks Roger

ansgar's profile image ansgar posted 7 years ago Permalink

Using SQL_CALC_FOUND_ROWS can be quite as slow as retrieving the whole result without limit, just without the network usage.

However, you can press Ctrl+End in the data grid to scroll down to the end of the result.

Please login to leave a reply, or register at first.