/plushcap/analysis/supabase/supabase-supabase-wrappers-v02

Supabase Wrappers v0.2: Query Pushdown & Remote Subqueries

What's this blog post about?

Supabase has released version 0.2 of its Wrappers, a Postgres extension that enables interaction with third-party data using SQL. The latest release includes new wrappers for Airtable and AWS S3, as well as improvements to Query Pushdown, Remote Subqueries, and Usage Statistics. Query Pushdown optimizes query performance by executing parts of the query directly on the data source, reducing data transfer between the database and application. Remote Subqueries allow the use of prepared data on a remote server, useful for complex queries or sensitive data protection. FDW Usage Statistics provide quantitative metrics to help identify bottlenecks, latency issues, and inefficiencies in data retrieval. Supabase also acknowledges its community contributors who helped develop Wrappers v0.2.

Company
Supabase

Date published
Dec. 14, 2023

Author(s)
Bo Lu

Word count
825

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.