-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Description
Is your feature request related to a problem? Please describe.
The problem I have is I never know how many total rows a table has, which is one of the most important things for me.
Describe the solution you'd like
An accurate display of the total rows, not just an estimation like it is now.
I suggest using SELECT COUNT(*) FROM ${table} I know this can take some time on large tables (tested on 5 million rows and took between .4s to .6s) but that is not a problem it can be loaded asynchronously, at least the count is accurate and doesn't depend on the VACUUM or ANALYZE functions of the respective db.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels