supabase / postgres-meta

A RESTful API for managing your Postgres. Fetch tables, add roles, and run queries
https://supabase.com
Apache License 2.0
941 stars 126 forks source link

Optimizing Performance and Resource Utilization with Concurrent Async Execution ✈ #626

Closed sanjaiyan-dev closed 1 year ago

sanjaiyan-dev commented 1 year ago

This PR enhances performance and optimizes hardware resource utilization by concurrently executing asynchronous functions using Promise.all.

kamilogorek commented 1 year ago

Need some types updates.

sanjaiyan-dev commented 1 year ago

Need some types updates.

@kamilogorek Is this correct now ? I hope so.

sanjaiyan-dev commented 1 year ago

👀

soedirgo commented 1 year ago

Looks good, thanks!