Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions resources/performance-and-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ The PowerSync Cloud Enterprise plan allows for limits to be customized.
* Number of synced buckets per user: 1,000.
* Sync requests where this number is exceeded will fail with a hard error.
* We have plans to increase this limit.
* Maximum row size: 15MB
* This applies to both the source Postgres row, and the transformed row synced to the client.
* Maximum row/document size: 15MB
* This applies to both the source row/document, and the transformed row synced to the client.
* Number of concurrent connections per [PowerSync Service](/architecture/powersync-service) instance: Limited to 3,000 by default.
* Replicated rows (Postgres -> PowerSync Service):
* Expect a peak of around 2,000-4,000 operations/second for small rows, or 5MB/second for large rows.
* This also applies to reprocessing sync rules or adding new tables.
* Replicated rows/documents (Source database -> PowerSync Service):
* Expect a peak of around 2,000-4,000 operations/second for small rows/documents, or 5MB/second for large rows/documents.
* This also applies to reprocessing sync rules or adding new tables/collections.
* Smaller transactions are processed at around 60 transactions/second.
* Synced rows (PowerSync Service -> Client):
* Over 1M rows per client is supported, with no hard limit.
Expand Down
Loading