Skip to content

Commit 262a376

Browse files
authored
Fix some references to Postgres to be database-agnostic. (#94)
1 parent 5a6f035 commit 262a376

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

resources/performance-and-limits.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ The PowerSync Cloud Enterprise plan allows for limits to be customized.
1010
* Number of synced buckets per user: 1,000.
1111
* Sync requests where this number is exceeded will fail with a hard error.
1212
* We have plans to increase this limit.
13-
* Maximum row size: 15MB
14-
* This applies to both the source Postgres row, and the transformed row synced to the client.
13+
* Maximum row/document size: 15MB
14+
* This applies to both the source row/document, and the transformed row synced to the client.
1515
* Number of concurrent connections per [PowerSync Service](/architecture/powersync-service) instance: Limited to 3,000 by default.
16-
* Replicated rows (Postgres -> PowerSync Service):
17-
* Expect a peak of around 2,000-4,000 operations/second for small rows, or 5MB/second for large rows.
18-
* This also applies to reprocessing sync rules or adding new tables.
16+
* Replicated rows/documents (Source database -> PowerSync Service):
17+
* Expect a peak of around 2,000-4,000 operations/second for small rows/documents, or 5MB/second for large rows/documents.
18+
* This also applies to reprocessing sync rules or adding new tables/collections.
1919
* Smaller transactions are processed at around 60 transactions/second.
2020
* Synced rows (PowerSync Service -> Client):
2121
* Over 1M rows per client is supported, with no hard limit.

0 commit comments

Comments
 (0)