Skip to content

Table size in tooltip #5478

@pawelsalawa

Description

@pawelsalawa

Size (in bytes) can be fetched by query:

SELECT name, sum(pgsize)
FROM dbstat
group by name

This has to be run in background and shown in tooltip only when the result comes. In most cases it's super fast, but for dozens of gigabytes it can take several secons, or even a minute or more.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions