User Defined Functions
- • add SQL functions to MySQL servers
- • functions are imported from shared libraries
- • to be implemented in C/C++
- • wrapper libraries for other languages exist
why UDFs?
- • add missing functionality
- • gain performance
- • interface to existing libraries