I have a table, that just has 100k rows, still takes 13GB. Index on that able is another 5GB, taking total space on disk to 18GB.
Size of the dump was 127MB.
I have vaccuumed the table. Dead tupes is 0. Checked individual column sizes, they are 10 MB, 10MB, 10MB, 25MB, 2MB, 1MB
Primary key for this table is foriegn key for a table(1 billion rows) that uses timescale DB. But even if it adds overhead, 100x seems alot.
What could be the reason?