Translate

Thursday 2 May 2024

What’s the maximum memory you can allocate to each value in object store ? in MuleSoft 360

 What’s the maximum memory you can allocate to each value in object store ? in MuleSoft


In MuleSoft 4, the maximum size of a single value you can store in Anypoint Object Store v2 (OSv2) is 10 MB. This applies to the entire value, including its serialized data format.

Here's a breakdown of the key points regarding maximum value size in Anypoint Object Store v2:

  • Limit: Each value can be a maximum of 10 MB in size.

  • Serialization: The value is stored in serialized format, which might consume slightly more space compared to its original format depending on the data type and serialization method used.

  • Considerations:

  • If you anticipate storing large data (e.g., images, large JSON objects), consider alternative storage solutions like CloudHub Volumes or external databases.

  • Be mindful of the overall object store size, as there's no inherent limit on the total storage used by all entries within an object store.

Additional Points to Remember:

  • Anypoint Object Store v2 offers several benefits, including:

  • Ease of use within MuleSoft applications.

  • Automatic data persistence.

  • Integration with CloudHub deployments.

  • However, it's essential to be aware of its limitations, particularly the maximum value size, to ensure it aligns with your specific storage requirements.

Here are some resources you can refer to for further details:

No comments:

Post a Comment

Note: only a member of this blog may post a comment.