Usage and billing FAQs and troubleshooting strategies.
Where can I review my PowerSync Service usage?
What are sync operations?
What are concurrent connections?
.connect()
, it establishes one long-lived connection for streaming real-time updates.Some key points about concurrent connections:What comprises data processing?
What is the difference between data/operations replicated vs synced?
Where can I see details about my current billing cycle?
Where can I update my billing details, e.g. the email that receives billing receipts?
Can I view my historic invoices?
PowerSyncDatabase
, and calling .connect()
on each. Debug your connection handling by reviewing your code and Instance logs. Make sure you’re only opening one connection per user/session.
UPDATE mytable SET id = id
generates a new operation for each affected row.Example of 'Sync stream complete' logs
fetch-operations
command with the --raw
flag: