Replies: 2 comments 3 replies
-
Have you updated Tables folder in navigator? |
Beta Was this translation helpful? Give feedback.
3 replies
-
This issue still persist. any way to reflect the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OK so I ran a
DELETE FROM some_bloated_unnecessary_cache_table
on my local DB copy, there's no records now in SELECT, but DBeaver is reporting sizes of hundreds of megabytes on various things with the table even though pre-DELETE the table size was ~1GB.Notice while pre-DELETE the "size" (from the first image) was 1.1GB, now it says 960M (megabyte), and when I go into Properties, it says "Data free 1.1GB", "Data Length is 600M", and "Index length 360MB".
I'm confused by these outputs.
Can someone explain why a recordless table still shows 960MB in DBeaver's table name size section, and why there's still hundreds of megabytes still showing in other places for the table? I don't understand even what all of these numbers mean.
Beta Was this translation helpful? Give feedback.
All reactions