Hi all,
We have a new udb database that is storing record as a blob in a table. There are multiple record types and multiple versions of each record type stored.
At query time, each blobs needs to be parsed out. The parsing will be driven by the record type and version. My development team is proposing using UDFs to do this parsing at query time.
What are some of the pitfalls/problems with using UDFs? I have not use them so any opinions from real world experiences would be greatly appreciated.
We have a new udb database that is storing record as a blob in a table. There are multiple record types and multiple versions of each record type stored.
At query time, each blobs needs to be parsed out. The parsing will be driven by the record type and version. My development team is proposing using UDFs to do this parsing at query time.
What are some of the pitfalls/problems with using UDFs? I have not use them so any opinions from real world experiences would be greatly appreciated.