Saving job precompute JSON data in ar_internal_metadata table?

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