Extending Vertica
Vertica lets you extend its capabilities to perform new operations or handle new data types, using the following:
- User-Defined SQL Function allows you to store frequently-used SQL statements.
- User-Defined Extensions and User-Defined Functions allows you to develop analytic or data-loading tools using programming languages C++, Java, and R.
- External Procedures allows you to run external scripts installed in your database cluster.