timvt icon indicating copy to clipboard operation
timvt copied to clipboard

add note on Function performances

Open vincentsarago opened this issue 4 years ago • 0 comments

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

vincentsarago avatar Oct 12 '21 21:10 vincentsarago