FeatureFuel
2

Compress text API responses before leaving data centre

Source: supabase/supabase#13769 · opened by @DevOfManyThings
Feature request Is your feature request related to a problem? Please describe. Currently Supabase compresses text payloads at the CDN (confirmed in email with support): This means the egress data sent from Supabase's servers which manage the pooled connections to the database send out the raw payloads uncompressed, which uses significantly more data than if compression were to be moved to those servers rather than handled by the CDN. Describe the solution you'd like Supabase to move the point of compression to the servers which expose the REST API for text base responses. This compression should reflect in the egress data usage. As the data is already being sent to the client compressed, this change could be handled by Supabase transparently without requiring updates by end users, and cause a significant drop in their egress data bill. Describe alternatives you've considered N/A Additional context This won't help applications w…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests