• BT_User3@bulletintree.com
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    It’s right there, June 22, I was begging https://lemm.ee/comment/350801 - we had more than a week before the Reddit API shutdown - but none of the big servers ran pg_stat_statements and shared the data. I got so frustrated I created this dumb community because I felt like the whole project was ignoring pg_stat_statements and finding out what was going on with the high-activity servers and why they were constantly crashing. Sanity with the project has returned!

    You have to be really careful with ORM code that looks simple (Lemmy uses Diesel)… it fetches full fields on every table, it will bring in a million rows when you aren’t careful.