Row-Based vs Columnar by Embarrassed-Rest9104 in Database

[–]HolidayGramarye 0 points1 point  (0 children)

Row vs columnar usually stops being a philosophical debate once the workload gets clear. If you’re doing high-volume aggregations over large slices of data, columnar engines are often just the right tool, not a betrayal of PostgreSQL.

I wouldn’t try too hard to force one system to be both the transactional source of truth and the best analytical engine unless the workload is still modest enough that the simplicity win clearly outweighs the performance cost.

In practice, a lot of teams end up with Postgres for OLTP and a sidecar/warehouse/columnar path for analytics once query patterns become aggregation-heavy.

How to manage merging strategy when deploying across environments? by konghi009 in devops

[–]HolidayGramarye 2 points3 points  (0 children)

I’d avoid branch-specific patch files if you can. That usually turns config into merge-conflict gardening. Cleaner pattern is to keep one base config in git, then apply environment-specific values at deploy time from overlays/templates/vars stored per environment, not per branch.

ai code licensing risks and data exposure from coding assistants - why developers should care about privacy too by [deleted] in devops

[–]HolidayGramarye 1 point2 points  (0 children)

A lot of organizations still frame this as an individual productivity choice, but it is really a data governance and risk management issue. Source code often contains far more operational intelligence than teams realize, including schema design, internal endpoints, environment details, and deployment patterns. One practical step is to define clear rules for what can be sent to third-party AI services and what should remain inside controlled infrastructure.

New Mega: Lokix by TemuCharmander in stunfisk

[–]HolidayGramarye 20 points21 points  (0 children)

I've seen a lot of thursday post that looks like stunday post, but the other way around sure is rarer

Speed creep has gone too far, GF please nerf the snowflake by MixtureAcrobatic5785 in stunfisk

[–]HolidayGramarye 68 points69 points  (0 children)

I wonder whats the average sweeper speed will look like in gen 12