Jim_Knicely
Administrator
Jim_Knicely Administrator
Reactions
-
Which Database Mode is My Database Using?
You can run Vertica in either Eon Mode or Enterprise Mode. The primary difference between Eon and Enterprise Modes is where they store data. Eon Mode stores data in a shared object store called commu… (View Post)1 -
Define a Vertica Flattened Table Column as Having Both DEFAULT and SET USING Constraints
Columns in a flattened table can query other tables with constraints DEFAULT and SET USING . Vertica executes DEFAULT queries only on new rows when they are added to the flattened table, through load… (View Post)1 -
Re: Checking the Validity of a Table Audit
Fyi... Instead of having to create the output file as I did in in the example above, you can stream the output from VSQL to WC to get the output size in bytes: Example: [dbadmin@s18384357 ~]$ /opt/ve… (View Post)1 -
Checking the Validity of a Table Audit
The Vertica AUDIT function can be used to estimate the raw data size of a database, schema, or table. Ever wonder if it’s accurate? A simple test shows that it is 100 percent accurate if you specify … (View Post)1 -
Exiting a vsql Script Following an Error
By default, if a vsql script command results in an error, for example, because of a malformed command or invalid data format, processing continues. If you set ON_ERROR_STOP to “on” in a vsql script a… (View Post)1

















