Reg Database Designer
HI Team, am new to vertica and would like to understand how DBD works. when do we need to run the dbd. i.e 1) before loading the data or after loading the data. do we need to re run the DBD to improve query performance?
0
Comments
E.g. If your table name is "ITEMS" and below sql query will list you all the projections available on the table.
SELECT * FROM PROJECTIONS WHERE projection_schema='Schema_Name' AND anchor_table_name = 'ITEMS';
-The Output of the above sql query will have a column 'is_super_projection' . Its value is either 'true' or 'false'. true- means its a superprojection and false- means its not a super projection.
Hope it helps
Regards,
Kushal Sen Laskar