How to compress the 50 KB data in apigee and to store in KVM as kvm value not allowing more than 10kb

How to compress the 50 KB data in apigee and to store in KVM as kvm value not allowing to staore more than 10kb data.

0 2 214
2 REPLIES 2

Compressing it is going to have negative performance impacts, even if you could make it work.

Depending on your use case you're probably better off either splitting up the contents, or migrating it to a different data store and accessing it via ServiceCallout or similar.

+1

Put it in a different datastore. Retrieve it, then cache it.

What is the data?