Improve performance of getting operation type name
This reduces time for query: `explain analyze select process_operation(body, 'nonexistent') from operations limit 100000;` from ~1800ms to ~900ms.
Loading
Please sign in to comment
This reduces time for query: `explain analyze select process_operation(body, 'nonexistent') from operations limit 100000;` from ~1800ms to ~900ms.