Skip to content

Updates will overwrite each other #2

@chasers

Description

@chasers

With updates happening like this doc updates will overwrite each other.

That table should be a log of updates and on connect get all the updates and merge them and go from there.

This will be a good start, but there should be another table which holds compacted updates, so really on connect should get the compacted doc, and all the latest updates from the log table, and then apply them. Would be even better if we could make a database view which did this (I'll see).

I can try work on some SQL to get peoples db setup, and maybe a way to do the compaction server-side.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions