• RoundSparrow@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I’m finding issues with communities not loading posts, comments or general sync issues.

    Lemmy’s Rust code uses an ORM called Diesel that masks the SQL statements and you really have to watch the PostgreSQL server independently to verify that the SQL isn’t doing wild things like loading thousands of records when you only needed 3. Just today people are finally sharing some information out of the big servers (lemmy.world) as to what PostgreSQL side says is actually happening. Hopefully the biggest mistakes are going to get cleaned up quickly.