Open BETEP0K1 opened 6 years ago
in other SQL clients, this information is displayed as a table in projection properties menu
It is not yet supported. Could you post some more info (how should it look like).
bookmarks bar of the Projection. There is bookmark Partitions In bookmark Partitions I can see properties of Partitions, in particular, Partition Key field
In Vertica table can be divided into partitions for examlle: CREATE TABLE trade ( tdate DATE NOT NULL, tsymbol VARCHAR(8) NOT NULL, ttime TIME) PARTITION BY EXTRACT(year FROM tdate);
How in dbeaver I can see information about existing partitions of the table?