RoundSparrow @ BT@bulletintree.com · 2 years agolemmy Server Performance backwards from PostgreSQL data to Rust code and TRIGGER FUNCTION logic, listed observationsplus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squarelemmy Server Performance backwards from PostgreSQL data to Rust code and TRIGGER FUNCTION logic, listed observationsplus-squareRoundSparrow @ BT@bulletintree.com · 2 years agomessage-square0fedilink
RoundSparrow@lemmy.mlM · edit-22 years agoLemmy Server Performance, PostgreSQL log_min_duration_statement - can big servers share logs? value 2500ms targeting "slow queries"plus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareLemmy Server Performance, PostgreSQL log_min_duration_statement - can big servers share logs? value 2500ms targeting "slow queries"plus-squareRoundSparrow@lemmy.mlM · edit-22 years agomessage-square0fedilink
RoundSparrow@lemmy.mlM · edit-22 years agoCode to Stress Test Lemmy for performanceplus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareCode to Stress Test Lemmy for performanceplus-squareRoundSparrow@lemmy.mlM · edit-22 years agomessage-square0fedilink
RoundSparrow@lemmy.mlM · edit-22 years agoHow lemmy.ca took on finding why PostgreSQL was at 100% CPU and crashing the Lemmy website this past weekend. PostgreSQL auto_explainplus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareHow lemmy.ca took on finding why PostgreSQL was at 100% CPU and crashing the Lemmy website this past weekend. PostgreSQL auto_explainplus-squareRoundSparrow@lemmy.mlM · edit-22 years agomessage-square0fedilink
RoundSparrow@lemmy.mlM · 2 years agoLemmy Server optimization of PostgreSQL by focusing on community ownership of a post - and visibility of a post in a single control field. Also local flag transition to instance_id field, with value 1plus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareLemmy Server optimization of PostgreSQL by focusing on community ownership of a post - and visibility of a post in a single control field. Also local flag transition to instance_id field, with value 1plus-squareRoundSparrow@lemmy.mlM · 2 years agomessage-square0fedilink
RoundSparrow@lemmy.mlM · edit-22 years agoLemmy Server Performance - is this Rust code reading the entire table of all site languages? Does it need to?plus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareLemmy Server Performance - is this Rust code reading the entire table of all site languages? Does it need to?plus-squareRoundSparrow@lemmy.mlM · edit-22 years agomessage-square0fedilink
RoundSparrow@lemmy.mlM · edit-22 years agoLemmy Server Performance, two birds with one stone, mass deletes of content: Account Delete, Community Delete, User Ban - moving these operations to a linear queue and add undo support / grace periodplus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareLemmy Server Performance, two birds with one stone, mass deletes of content: Account Delete, Community Delete, User Ban - moving these operations to a linear queue and add undo support / grace periodplus-squareRoundSparrow@lemmy.mlM · edit-22 years agomessage-square0fedilink
RoundSparrow@lemmy.mlM · edit-22 years agoLemmy Server and language choices on every individual comment, many rows in the database per-community, per-site, etc. Overheard of a comment INSERT SQLplus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareLemmy Server and language choices on every individual comment, many rows in the database per-community, per-site, etc. Overheard of a comment INSERT SQLplus-squareRoundSparrow@lemmy.mlM · edit-22 years agomessage-square0fedilink
RoundSparrow@lemmy.mlM · edit-22 years agoREQUEST community review of Lemmy Server Performance on Post Votes, Comment Votes - the most frequent database writes. Optimize?plus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareREQUEST community review of Lemmy Server Performance on Post Votes, Comment Votes - the most frequent database writes. Optimize?plus-squareRoundSparrow@lemmy.mlM · edit-22 years agomessage-square0fedilink
RoundSparrow@lemmy.mlM · edit-22 years agoGREAT NEWS about Lemmy Server Performance, another major SQL mistake has been discovered today: every single comment & post create (INSERT) is updating ~1700 rows in the site_aggregates tableplus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareGREAT NEWS about Lemmy Server Performance, another major SQL mistake has been discovered today: every single comment & post create (INSERT) is updating ~1700 rows in the site_aggregates tableplus-squareRoundSparrow@lemmy.mlM · edit-22 years agomessage-square0fedilink
RoundSparrow@lemmy.mlM · 2 years agoLemmy scaling/performance: Move expensive PostgreSQL triggers to scheduled jobs. · GitHub Issue #3528 · LemmyNet/lemmyplus-squaregithub.comexternal-linkmessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkLemmy scaling/performance: Move expensive PostgreSQL triggers to scheduled jobs. · GitHub Issue #3528 · LemmyNet/lemmyplus-squaregithub.comRoundSparrow@lemmy.mlM · 2 years agomessage-square0fedilink
RoundSparrow@lemmy.mlM · 2 years agoInformation Overload - Beehaw style - Beehawplus-squarebeehaw.orgexternal-linkmessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkInformation Overload - Beehaw style - Beehawplus-squarebeehaw.orgRoundSparrow@lemmy.mlM · 2 years agomessage-square0fedilink
RoundSparrow@lemmy.mlM · 2 years agolemmy_server Rust code now exposes internal metrics via Prometheus endpointplus-squaregithub.comexternal-linkmessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linklemmy_server Rust code now exposes internal metrics via Prometheus endpointplus-squaregithub.comRoundSparrow@lemmy.mlM · 2 years agomessage-square0fedilink
RoundSparrow@lemmy.mlM · edit-22 years agoBig Lemmy server lemmy.world has put into production critical performance fixes from a runaway SQL query identified by analyzing pg_stat_statements output - and greatly reduced their server overload!plus-squarelemmy.worldexternal-linkmessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkBig Lemmy server lemmy.world has put into production critical performance fixes from a runaway SQL query identified by analyzing pg_stat_statements output - and greatly reduced their server overload!plus-squarelemmy.worldRoundSparrow@lemmy.mlM · edit-22 years agomessage-square0fedilink
DreadTowel@lemmy.worldEnglish · 2 years agoDe-facto memory leakplus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareDe-facto memory leakplus-squareDreadTowel@lemmy.worldEnglish · 2 years agomessage-square0fedilink
RoundSparrow@lemmy.mlM · 2 years agolemmy PERFORMANCE CRISIS: Rust code in pull requests is starting to use moka caching crateplus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squarelemmy PERFORMANCE CRISIS: Rust code in pull requests is starting to use moka caching crateplus-squareRoundSparrow@lemmy.mlM · 2 years agomessage-square0fedilink
RoundSparrow@lemmy.mlM · edit-22 years agoLemmy PERFORMANCE CRISIS: popular instances with many remote instances following big communities could stop federating outbound for Votes on comments/posts - code path identifiedplus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareLemmy PERFORMANCE CRISIS: popular instances with many remote instances following big communities could stop federating outbound for Votes on comments/posts - code path identifiedplus-squareRoundSparrow@lemmy.mlM · edit-22 years agomessage-square0fedilink
RoundSparrow@lemmy.mlM · edit-22 years agoPERFORMANCE OPTIMIZATION: lemmy_server Rust code all over database lookup: "= LocalSite::read"plus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squarePERFORMANCE OPTIMIZATION: lemmy_server Rust code all over database lookup: "= LocalSite::read"plus-squareRoundSparrow@lemmy.mlM · edit-22 years agomessage-square0fedilink
code@lemmy.mayes.ioEnglish · 2 years agoAdmin toolsplus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareAdmin toolsplus-squarecode@lemmy.mayes.ioEnglish · 2 years agomessage-square0fedilink
RoundSparrow@lemmy.mlM · 2 years agolemmy.world feedback is that 0.17.4 performs better than 0.18.1 - is this true? What is slower?plus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squarelemmy.world feedback is that 0.17.4 performs better than 0.18.1 - is this true? What is slower?plus-squareRoundSparrow@lemmy.mlM · 2 years agomessage-square0fedilink