Hints in the projection creation script
What do the hints in the auto-generated projection deployment script from the Database Designer mean? createtype()? I couldn't find anything about them in the vertica online community documentation, could anybody explain them and how useful they are?
0
Comments
The "D" is for Database Designer, "P" is the projection was created with a projection clause, and "L" if creation was delayed meaning the table was created, but waiting for data to be inserted. If createtype is empty, the projection was manually created and never manipulated by Database Designer.
Note: The createtype hints are not documented, because they are for internal use to help maintain consistency and identification of creation. These hints are not intended to be used outside of database designer.