viirya commented on issue #9892:
URL: 
https://github.com/apache/arrow-datafusion/issues/9892#issuecomment-2030559918

   > What is the concern about creating a bunch of `ScalarUDF`s that don't get 
used on process start? Is it to reduce process startup time / memory overhead?
   
   Yea, I suppose that these `ScalarUDF`s occupy additional resources as they 
are not free to create and hold. The number of built-in scalar functions is 
somehow large and grows continuously. If we can make them inactively created, 
it might be better.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to