timvt
timvt copied to clipboard
add note on Function performances
Because we use temporary function (we add the SQL function and then rollback the transaction) the performance is worse than when using registered function within the database.
ToDo
- [ ] benchmark
- [ ] add docs on how to use function within the db