berbabsB
Convex Community4mo ago
1 reply
berbabs

Integrations help

I'm in the process of switching my app from Supabase to Convex and have a lot of data integrations that I previously fed into Supabase (Shopify, Klaviyo, etc.).

These integrations seem to have run a lot faster on Postgres compared to Convex, and I'm getting a lot of errors in general when hitting action time limits, and the 16mb query/mutation limits in Convex, especially when getting/transforming a lot of data.

I'm in the process of splitting up my queries and mutations into chunks. But does anyone have any recommendations on how to best avoid these failures? Also please let me know if this isn't best practices and I should be using a data warehouse instead (prefer not to since current clients data isn't that huge, in the thousands)
Was this page helpful?