Slaat job precompute JSON-gegevens op in de ar_internal_metadata-tabel?

I have a job that performs an aggregation task that other more frequently running lightweight jobs have to consume. Is it safe to save the precompute data into the ar_internal_metadata as a JSON string? The JSON object is going to be just an array with 10 elements.

1 like