SDK Updates
This section contains information on updates to the SDK for Vertica Analytic Database 8.1.x.
Support for C++ 11
The Vertica SDK now supports writing both fenced and unfenced UDxs in C++ 11.
Improvements to Cooperative Parse and Apportioned Load
You can now write UDL functions that support both cooperative parse and apportioned load. Previously a UDL could support only one. Using the C++ API you can now write chunkers that support apportioned load even if the parsers that use them do not. For more information, see Load Parallelism in Extending Vertica.
More Details
For more information see Extending Vertica.