Use to_regprocedure to check function existence
This reduces query time `explain analyze select process_operation(body, 'nonexistent') from operations limit 100000;` from ~640ms to ~510ms.
Loading
Please sign in to comment
This reduces query time `explain analyze select process_operation(body, 'nonexistent') from operations limit 100000;` from ~640ms to ~510ms.