Add "state" index to _scheduled_functions system table
I just thought of a use case for querying the
_scheduled_functions
system table. However, it involves focusing on pending functions, and according to the AI bot, there isn't currently an index on the state
field. How difficult would it be to add a default index on that field so that users don't have to rely on filtering to narrow down the query results?0 Replies