In this tutorial we will show you how to improve the performance of the Supabase Connector for the React Native To-Do List demo app.
Sequential Merge Strategy
PUT
and DELETE
operations for the same tablePre-sorted Batch Strategy
putOps
: For PUT
operations, organized by table namedeleteOps
: For DELETE
operations, organized by table namepatchOps
: For PATCH
operations (partial updates)Operation grouping strategy
Batching methodology
MERGE_BATCH_LIMIT
getNextCrudTransaction()