Skip Navigation

User banner
Posts
85
Comments
468
Joined
2 yr. ago

Lemmy Server Performance @lemmy.ml

How lemmy.ca took on finding why PostgreSQL was at 100% CPU and crashing the Lemmy website this past weekend. PostgreSQL auto_explain

Lemmy Server Performance @lemmy.ml

Lemmy 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 1

Lemmy App Development @lemm.ee

I"m confused where I can get list of moderators for a Community - CommunityModeratorView

Lemmy Server Performance @lemmy.ml

Lemmy Server Performance - is this Rust code reading the entire table of all site languages? Does it need to?

Lemmy Server Performance @lemmy.ml

Lemmy 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 period

Rust Programming @lemmy.ml

Lemmy Rust code needs help, Diesel ORM quick change, adding a select field to SiteAggregates::read

Lemmy Server Performance @lemmy.ml

Lemmy Server and language choices on every individual comment, many rows in the database per-community, per-site, etc. Overheard of a comment INSERT SQL

Lemmy Server Performance @lemmy.ml

REQUEST community review of Lemmy Server Performance on Post Votes, Comment Votes - the most frequent database writes. Optimize?

Lemmy Wish list @lemmy.ml

Lemmy convention for linking individual posts and comments include the username of post/comment creator, giving people credit in the URL itself

Lemmy Server Performance @lemmy.ml

GREAT 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 table

Autistic Adults @lemmy.ml

« Personne ne se rend compte que certaines personnes dépensent une force herculéenne pour être seulement normales. »

Rust Lang @lemmyrs.org

Trying to add a second logging target for Lemmy 0.18.2 Rust code

Rust Lang @lemmyrs.org

Trying to get a better error message out of Lemmy 0.18.1 unmatched enum

Lemmy Server Performance @lemmy.ml

Lemmy scaling/performance: Move expensive PostgreSQL triggers to scheduled jobs. · GitHub Issue #3528 · LemmyNet/lemmy

Lemmy Server Performance @lemmy.ml

Information Overload - Beehaw style - Beehaw

Lemmy Server Performance @lemmy.ml

lemmy_server Rust code now exposes internal metrics via Prometheus endpoint

Lemmy Server Performance @lemmy.ml

Big 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!

Lemmy Server Performance @lemmy.ml

lemmy PERFORMANCE CRISIS: Rust code in pull requests is starting to use moka caching crate

Lemmy Server Performance @lemmy.ml

Lemmy PERFORMANCE CRISIS: popular instances with many remote instances following big communities could stop federating outbound for Votes on comments/posts - code path identified

Lemmy Server Performance @lemmy.ml

PERFORMANCE OPTIMIZATION: lemmy_server Rust code all over database lookup: "= LocalSite::read"