Open
Description
I have one server that's a little far from the database. Thus, I'd like to use embedded replica mode to speed things up a bit. Problem is, it actually slows things down most of the time. (Rust client)
Reads are very fast as expected (love it), but writes and transactions result in tons of frames being pulled in:
Pretty much every mutation to the database looks like 👆, despite calling sync
every 5 seconds, and no other traffic.
Additionally, I'm racking up sync bandwidth like crazy
The amount of syncs I've done looks like I could've downloaded every DB in my account 20 times... Is this expected? Let me know if there's anything I can do to further troubleshoot.
Metadata
Metadata
Assignees
Labels
No labels