There is a table, which has metadata jsonb field.
I created a partial index where (metadata->>'processed')::boolean is FALSE.
I can not clarify, will it work only when {'processed': 'false'}, or also for case where is no processed key. Will this index also work for record with no key as {} for example?