Skip to content

Embedded replica syncs a lot during UPDATE/INSERT/COMMIT #2079

Open
@Resonious

Description

@Resonious

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:

Image

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

Image

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions