Skip to content

Accurate total rows Postgres #1026

@0PandaDEV

Description

@0PandaDEV

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions