Skip to content

bulk insert login activities sync #13046

@Valerie923

Description

@Valerie923

The syncDb() function in TransactionSyncManager currently processes login_activities records using individual insert operations in a forEach loop, while all other tables use bulk insert methods. This causes severe performance degradation and timeout failures when syncing large datasets.

✗ Failed login_activities sync after 548348ms: timeout

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions