database writer - index , index size !! when i create table in postgresql index is created automatically but index side is greater than table size.
how can i define size of index ?
its taking too much size…
i have 43 tables of 20gb but my db size is 5TB…
2TB are eaten by index
This soinds like it is using all or several variables and maybe their combination as indices. I do not know about the exact settings but you might look for a setting to force it just to use an ID as index.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.