# load

Published articles for load.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Researchers link the RubyHack campaign to alleged OpenAI-connected agents, while RubyGems disputes key claims

DevFeed: [Researchers link the RubyHack campaign to alleged OpenAI-connected agents, while RubyGems disputes key claims](<https://devfeed.tech/articles/rubygems-openai-40878.md>)

Original publisher: [Read original article](<https://habr.com/ru/companies/codescoring/news/1083068/>)

Author: amaksimovv (CodeScoring)

Published: 2026-09-16T15:08:49Z

Content type: news

Language: ru

Sources: [Tagir Valeev](<https://devfeed.tech/sources/tagir-valeev.md>)

Topics: [rubygems](<https://devfeed.tech/topics/rubygems.md>), [Ruby](<https://devfeed.tech/topics/ruby.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [legacy](<https://devfeed.tech/topics/legacy.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [appsec](<https://devfeed.tech/tags/appsec.md>), [cdn](<https://devfeed.tech/tags/cdn.md>), [gemstuffer](<https://devfeed.tech/tags/gemstuffer.md>), [legacy](<https://devfeed.tech/tags/legacy.md>), [load](<https://devfeed.tech/tags/load.md>), [openai](<https://devfeed.tech/tags/openai.md>), [ruby](<https://devfeed.tech/tags/ruby.md>), [rubydoc](<https://devfeed.tech/tags/rubydoc.md>), [rubygems](<https://devfeed.tech/tags/rubygems.md>), [rubyhack](<https://devfeed.tech/tags/rubyhack.md>), [tag-070ecaaf0eda](<https://devfeed.tech/tags/tag-070ecaaf0eda.md>), [tag-64251c106897](<https://devfeed.tech/tags/tag-64251c106897.md>), [yard](<https://devfeed.tech/tags/yard.md>)

### AI overview

Researchers from Nightingale Collective linked the RubyHack campaign in RubyGems to alleged internal OpenAI agents. The article describes malicious code executed during RubyDoc documentation builds, data collection from British municipal websites, attempts to obtain RubyGems API keys, and a caching flaw involving legacy keys. RubyGems said it could not independently identify the package creators and found no evidence that чужие keys were successfully obtained.

### Source excerpt

11 сентября исследователи Nightingale Collective опубликовали разбор RubyHack и связали майскую кампанию в RubyGems с внутренними агентами OpenAI. По их версии, скрипты внутри пакетов запускали код в инфраструктуре RubyDoc, собирали открытые данные с сайтов британских муниципалитетов и публиковали результаты обратно в реестр. В нескольких образцах исследователи также обнаружили попытки получить чужие API-ключи RubyGems. Команда RubyGems не смогла независимо установить, кем именно были созданы пакеты, и не нашла доказательств успешного получения чужих ключей. Во время майской кампании она отозвала вредоносные пакеты и на четыре дня остановила регистрацию новых пользователей. Одной из точек входа стала обычная сборка документации. В пакет добавляли .yardopts - файл параметров генератора YARD - с указанием загрузить Ruby-скрипт. Когда для пакета запрашивали документацию на RubyDoc, сборщик обрабатывал этот файл и запускал вложенный код. Такое поведение соответствует механике самого YARD: параметр --load загружает указанный Ruby-файл перед выполнением команды. Запущенный скрипт обращался к муниципальным сайтам, сохранял ответы, собирал из них новый .gem-архив и отправлял его в RubyGems со встроенным ключом. В результате реестр использовался как канал передачи и хранения собранных данных. Установка такого пакета множеством разработчиков для работы этой схемы не требовалась: достаточно было исполнения кода в сервисе сборки документации. Отдельные пакеты обращались к старому endpoint выдачи API-ключей. В нём действовала ошибка кэширования: при определённых условиях CDN мог сохранить ответ с legacy-ключом и до часа отдавать его следующим запросам на том же узле. RubyGems исправил проблему 9 июля, очистил кэш, отозвал legacy-ключи и затем отключил старый endpoint. Читать далее

## How We Built Automated Capacity Testing for Kafka Consumers

DevFeed: [How We Built Automated Capacity Testing for Kafka Consumers](<https://devfeed.tech/articles/how-we-built-automated-capacity-testing-for-kafka-consumers-23723.md>)

Original publisher: [Read original article](<https://medium.com/booking-com-development/how-we-built-automated-capacity-testing-for-kafka-consumers-1853623bce78?source=rss----1c36c35f9c76---4>)

Author: Kaan Karakaya

Published: 2026-09-14T09:46:34Z

Content type: tutorial

Language: en

Sources: [Booking.com Development - Medium](<https://devfeed.tech/sources/booking-com-development-medium.md>)

Topics: [Kafka](<https://devfeed.tech/topics/kafka.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [HTTP](<https://devfeed.tech/topics/http.md>)

Tags: [automated](<https://devfeed.tech/tags/automated.md>), [capacity](<https://devfeed.tech/tags/capacity.md>), [health-checks](<https://devfeed.tech/tags/health-checks.md>), [kafka](<https://devfeed.tech/tags/kafka.md>), [load](<https://devfeed.tech/tags/load.md>), [load-balancer](<https://devfeed.tech/tags/load-balancer.md>), [parallelism](<https://devfeed.tech/tags/parallelism.md>), [partition](<https://devfeed.tech/tags/partition.md>), [recovery](<https://devfeed.tech/tags/recovery.md>), [scale](<https://devfeed.tech/tags/scale.md>), [site-reliability-engineer](<https://devfeed.tech/tags/site-reliability-engineer.md>), [sre](<https://devfeed.tech/tags/sre.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

This article describes Booking.com's extension of an existing capacity-testing platform for Kafka consumers. It explains how changing partition assignment can provide a controlled, measurable way to test consumer throughput and whether remaining consumers can absorb reassigned work after an instance or failure domain disappears.

### Source excerpt

Photo by GuerrillaBuzz on Unsplash Kafka makes it easy to distribute work across consumer instances. It is much harder to prove, safely and repeatedly, how those instances behave when the distribution changes and one of them has to carry more than its usual share. For teams that run Kafka at scale, this is a practical reliability question: how much load can a consumer instance actually handle? We had automated capacity testing for HTTP services, but Kafka consumers were still tested with manual drills. Those drills could tell us something, but they were disruptive, difficult to reproduce, and risky precisely when the system was close to its limit. We wanted a controlled way to answer three questions: What is the maximum sustainable throughput of a consumer instance? If an instance or failure domain disappears, can the remaining consumers absorb the reassigned work? Are we overprovisioning resources because we do not know the real limit? The result was an extension to our capacity-testing platform that turns Kafka partition assignment into a safe, measurable load-control mechanism. Why HTTP capacity testing did not translate Our existing platform was designed for request-response services behind a load balancer. A scheduled test selects one instance, routes an increasing share of traffic to it, runs health checks after each step, and records the highest ratio the instance can sustain. After the test, traffic returns to its normal distribution and the result is reported to the service owner. Kafka has no equivalent traffic knob. Consumers pull records, and the unit of parallelism is the partition. Within a consumer group, each partition is owned by one consumer at a time. If a topic has 12 partitions and four equally loaded instances, each instance owns about three. When one instance disappears, a rebalance gives the survivors more partitions -- and the extra work arrives as a step change, not as a smooth increase from a load balancer. The key translation: for an HTTP

## Linux server performance: Is disk I/O slowing your application?

DevFeed: [Linux server performance: Is disk I/O slowing your application?](<https://devfeed.tech/articles/linux-server-performance-is-disk-i-o-slowing-your-application-20872.md>)

Original publisher: [Read original article](<https://linuxblog.io/linux-server-performance-disk-io-slowing-application/>)

Author: Hayden James

Published: 2026-09-12T16:11:54Z

Content type: tutorial

Language: en

Sources: [Hayden James](<https://devfeed.tech/sources/hayden-james.md>)

Topics: [Linux](<https://devfeed.tech/topics/linux.md>), [IO](<https://devfeed.tech/topics/io.md>), [Server](<https://devfeed.tech/topics/server.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Processes](<https://devfeed.tech/topics/processes.md>), [NVMe](<https://devfeed.tech/topics/nvme.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [linux](<https://devfeed.tech/tags/linux.md>), [load](<https://devfeed.tech/tags/load.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [nvme](<https://devfeed.tech/tags/nvme.md>), [performance](<https://devfeed.tech/tags/performance.md>), [processes](<https://devfeed.tech/tags/processes.md>), [request](<https://devfeed.tech/tags/request.md>), [server](<https://devfeed.tech/tags/server.md>), [ssd](<https://devfeed.tech/tags/ssd.md>), [storage](<https://devfeed.tech/tags/storage.md>), [sysadmins](<https://devfeed.tech/tags/sysadmins.md>), [terminal](<https://devfeed.tech/tags/terminal.md>)

### AI overview

This tutorial explains how disk I/O bottlenecks can cause high Linux load averages even when CPU usage is low. It shows how to use top, atop, and iotop on a LEMP web server, including per-core I/O wait measurements, to identify storage-related application slowdowns.

### Source excerpt

If your Linux server is bogged down by disk I/O, your first step may often be to use the top command in the terminal to check load averages. Continue reading...

## Performance Progression of Percona Server for MySQL 8.4

DevFeed: [Performance Progression of Percona Server for MySQL 8.4](<https://devfeed.tech/articles/performance-progression-of-percona-server-for-mysql-8-4-14110.md>)

Original publisher: [Read original article](<https://www.percona.com/blog/performance-progression-of-percona-server-for-mysql-8-4/>)

Author: Bogdan Degtyariov

Published: 2026-08-27T13:07:20Z

Content type: article

Language: en

Sources: [Blog - Percona](<https://devfeed.tech/sources/blog-percona.md>)

Topics: [MySQL](<https://devfeed.tech/topics/mysql.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [benchmarking](<https://devfeed.tech/tags/benchmarking.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [intel](<https://devfeed.tech/tags/intel.md>), [latency](<https://devfeed.tech/tags/latency.md>), [load](<https://devfeed.tech/tags/load.md>), [measurement](<https://devfeed.tech/tags/measurement.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [percona](<https://devfeed.tech/tags/percona.md>), [percona-server-for-mysql](<https://devfeed.tech/tags/percona-server-for-mysql.md>), [performance](<https://devfeed.tech/tags/performance.md>), [processors](<https://devfeed.tech/tags/processors.md>), [run](<https://devfeed.tech/tags/run.md>)

### AI overview

This article investigates read/write performance changes across Percona Server for MySQL 8.4 versions released in 2026. It describes benchmark scope, database and buffer-size combinations, configuration, and CPU-frequency controls, while excluding features, security patches, latency percentiles, and resource-utilization measurements.

### Source excerpt

1. Purpose and scope This performance investigation aims to look into the read/write performance of Percona Server for MySQL 8.4 and how it changed between versions released in 2026: 8.4.8-8 released on 12 March 2026 8.4.10-10 released on 30 June 2026 8.4.11-11 released on 20 August 2026 We want to see if there are improvements ... Continued The post Performance Progression of Percona Server for MySQL 8.4 appeared first on Percona.

## Optimizing Redshift Write Patterns: Tackling Tombstones and Ghost Rows

DevFeed: [Optimizing Redshift Write Patterns: Tackling Tombstones and Ghost Rows](<https://devfeed.tech/articles/optimizing-redshift-write-patterns-tackling-tombstones-and-ghost-rows-20467.md>)

Original publisher: [Read original article](<https://eng.wealthfront.com/2026/08/24/optimizing-redshift-write-patterns-tackling-tombstones-and-ghost-rows/>)

Author: Harichandan Pulagam

Published: 2026-08-24T20:18:12Z

Content type: article

Language: en

Sources: [Wealthfront](<https://devfeed.tech/sources/wealthfront.md>)

Topics: [Amazon Redshift](<https://devfeed.tech/topics/amazon-redshift.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Data Quality](<https://devfeed.tech/topics/data-quality.md>)

Tags: [amazon-redshift](<https://devfeed.tech/tags/amazon-redshift.md>), [batch](<https://devfeed.tech/tags/batch.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [data-quality](<https://devfeed.tech/tags/data-quality.md>), [latency](<https://devfeed.tech/tags/latency.md>), [load](<https://devfeed.tech/tags/load.md>), [performance](<https://devfeed.tech/tags/performance.md>), [redshift](<https://devfeed.tech/tags/redshift.md>), [space](<https://devfeed.tech/tags/space.md>), [wealthfront-engineering](<https://devfeed.tech/tags/wealthfront-engineering.md>)

### AI overview

This Wealthfront engineering post examines how Redshift tables grew to nearly 10 times the size of their useful data because deleted rows remained on disk as ghost rows. It describes the resulting read and write latency and the write strategies adopted to control table size.

### Source excerpt

Amazon Redshift is a core part of our analytics platform, powering dashboards, data quality checks, ad-hoc analytical workloads, and downstream reporting on a shared cluster. Because everything runs on the same cluster, the size and health of our tables directly affects every workload. At Wealthfront, data drives every decision we make, which means any performance... Read more

## Harness RT Agents Detect Resilience Risks and Generate Tests for CD Pipelines and Kubernetes Workloads

DevFeed: [Harness RT Agents Detect Resilience Risks and Generate Tests for CD Pipelines and Kubernetes Workloads](<https://devfeed.tech/articles/automate-resilience-testing-with-agents-13398.md>)

Original publisher: [Read original article](<https://www.harness.io/blog/find-resilience-risks-automatically-then-confirm-them>)

Author: Uma Mukkara

Published: 2026-08-24T00:00:00Z

Content type: release

Language: en

Sources: [Harness Blog](<https://devfeed.tech/sources/harness-blog.md>)

Topics: [Resilience](<https://devfeed.tech/topics/resilience.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Continuous Delivery (CD)](<https://devfeed.tech/topics/continuous-delivery.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [blog](<https://devfeed.tech/tags/blog.md>), [chaos](<https://devfeed.tech/tags/chaos.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [continuous-delivery](<https://devfeed.tech/tags/continuous-delivery.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [experiments](<https://devfeed.tech/tags/experiments.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [insights](<https://devfeed.tech/tags/insights.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [load](<https://devfeed.tech/tags/load.md>), [pipelines](<https://devfeed.tech/tags/pipelines.md>), [product](<https://devfeed.tech/tags/product.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [services](<https://devfeed.tech/tags/services.md>), [teams](<https://devfeed.tech/tags/teams.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tests](<https://devfeed.tech/tags/tests.md>)

### AI overview

Harness announces an update to Resilience Testing called RT Agents. The agents analyze CD pipelines and Kubernetes workloads for resilience risks, recommend the testing needed to confirm those risks, and can generate and run chaos experiments or load tests and interpret the results.

### Source excerpt

RT Agents detect resilience risk in your CD pipelines and Kubernetes workloads, then generate and run chaos experiments or load tests to confirm it. | Blog

## Linux Server Health Checks: 10 Metrics Every Sysadmin Should Monitor

DevFeed: [Linux Server Health Checks: 10 Metrics Every Sysadmin Should Monitor](<https://devfeed.tech/articles/linux-server-health-checks-10-metrics-every-sysadmin-should-monitor-20871.md>)

Original publisher: [Read original article](<https://linuxblog.io/linux-server-health-checks-10-metrics-every-sysadmin-should-monitor/>)

Author: Sujitha Paduchuri, ManageEngine

Published: 2026-07-06T12:13:41Z

Content type: tutorial

Language: en

Sources: [Hayden James](<https://devfeed.tech/sources/hayden-james.md>)

Topics: [Linux](<https://devfeed.tech/topics/linux.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [Linux performance](<https://devfeed.tech/topics/linux-performance.md>), [health checks](<https://devfeed.tech/topics/health-checks.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [disk-space](<https://devfeed.tech/tags/disk-space.md>), [guests](<https://devfeed.tech/tags/guests.md>), [health-checks](<https://devfeed.tech/tags/health-checks.md>), [linux](<https://devfeed.tech/tags/linux.md>), [linux-performance](<https://devfeed.tech/tags/linux-performance.md>), [load](<https://devfeed.tech/tags/load.md>), [memory](<https://devfeed.tech/tags/memory.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [observability](<https://devfeed.tech/tags/observability.md>), [performance](<https://devfeed.tech/tags/performance.md>), [performance-monitoring](<https://devfeed.tech/tags/performance-monitoring.md>), [server](<https://devfeed.tech/tags/server.md>), [sysadmins](<https://devfeed.tech/tags/sysadmins.md>)

### AI overview

A practical guide to monitoring Linux server health through metrics that can reveal resource problems earlier than broad CPU, memory, or disk-usage figures. It discusses iowait, load average, active swap activity, and inode exhaustion, along with warning signs and follow-up investigations.

### Source excerpt

Servers give you warnings before they fail. Most sysadmins performing Linux server monitoring miss them because they're watching the wrong numbers. The metrics that actually matter are one level deeper: iowait instead of CPU percentage, active swap paging instead of memory usage, inode counts instead of just disk space. Continue reading...

## How to Manage an AI Agent's Context Window

DevFeed: [How to Manage an AI Agent's Context Window](<https://devfeed.tech/articles/the-smallest-reliable-working-set-28462.md>)

Original publisher: [Read original article](<https://strategizeyourcareer.com/p/ai-agent-context-window>)

Author: Fran Soto

Published: 2026-05-24T06:00:55Z

Content type: opinion

Language: en

Sources: [Strategize Your Career](<https://devfeed.tech/sources/strategize-your-career.md>)

Topics: [context](<https://devfeed.tech/topics/context.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [context](<https://devfeed.tech/tags/context.md>), [load](<https://devfeed.tech/tags/load.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

The article argues that larger context windows do not solve poor workflows. Reliable agent use depends on deciding what context to load, forget, and persist.

### Source excerpt

Bigger context windows won't fix bad workflows. The real skill is deciding what an agent should load, forget, and persist.

## Request-Based Autoscaling Is Now Generally Available on App Platform

DevFeed: [Request-Based Autoscaling Is Now Generally Available on App Platform](<https://devfeed.tech/articles/request-based-autoscaling-is-now-generally-available-on-app-platform-19938.md>)

Original publisher: [Read original article](<https://www.digitalocean.com/blog/request-based-autoscaling-app-platform>)

Author: Greeshma Pillai

Published: 2026-05-22T18:02:26Z

Content type: release

Language: en

Sources: [DigitalOcean](<https://devfeed.tech/sources/digitalocean.md>)

Topics: [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [Digital Ocean](<https://devfeed.tech/topics/digital-ocean.md>), [App](<https://devfeed.tech/topics/app.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Containers](<https://devfeed.tech/topics/containers.md>)

Tags: [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [capacity](<https://devfeed.tech/tags/capacity.md>), [container](<https://devfeed.tech/tags/container.md>), [containers](<https://devfeed.tech/tags/containers.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [digitalocean](<https://devfeed.tech/tags/digitalocean.md>), [http](<https://devfeed.tech/tags/http.md>), [load](<https://devfeed.tech/tags/load.md>), [performance](<https://devfeed.tech/tags/performance.md>), [product-launch](<https://devfeed.tech/tags/product-launch.md>), [product-updates](<https://devfeed.tech/tags/product-updates.md>), [production](<https://devfeed.tech/tags/production.md>), [real-time](<https://devfeed.tech/tags/real-time.md>)

### AI overview

DigitalOcean App Platform now generally supports request-based autoscaling for shared and dedicated CPU instances. Apps can scale horizontally using live HTTP requests per second and P95 response latency, with containers scaling up when thresholds are exceeded and down when load falls.

### Source excerpt

Traffic doesn't spike on a schedule. A product launch, a viral moment, or a flash sale can send request volume through the roof in seconds, long before your CPU metrics catch up. That gap is where performance suffers. Today, we're excited to announce that request-based autoscaling on DigitalOcean App Platform is now generally available. Your apps can now automatically scale based on live HTTP traffic signals (requests per second and P95 response latency) so your infrastructure reacts to what's actually happening, not what happened minutes ago. Now Available for Shared and Dedicated CPU Instances Until now, autoscaling on App Platform required a dedicated CPU plan. That meant a good portion of App Platform users (anyone running on shared CPU instances) had no path to automatic horizontal scaling at all. That changes today. Request-based autoscaling works on both shared and dedicated CPU instances. Whether you're running an early-stage project on a shared plan or a high-throughput production service on dedicated resources, you can now configure autoscaling to match your traffic--no plan upgrade required. Faster, More Responsive Scaling CPU-based autoscaling is reactive by nature. CPU is a lagging indicator: your containers have to be visibly struggling before the scaler knows there's a problem, and by then, your users are already waiting. Request-based autoscaling acts on the signals that actually reflect user experience: Requests per second per instance: how many requests each container is handling right now P95 request latency: the response time that 95% of your users are seeing When traffic rises and either threshold is exceeded, new containers spin up immediately. When load drops and all metrics fall back below their targets, the scaler brings containers back down. You get the capacity headroom you need, faster, and pay only for what you use. You can also combine request-based and CPU-based metrics on dedicated plans. The autoscaler scales up when any configured th

## Walking Through an Unplanned Failover: SQL Server Availability Groups on Kubernetes

DevFeed: [Walking Through an Unplanned Failover: SQL Server Availability Groups on Kubernetes](<https://devfeed.tech/articles/walking-through-an-unplanned-failover-sql-server-availability-groups-on-kubernetes-17554.md>)

Original publisher: [Read original article](<https://www.nocentino.com/posts/2026-04-19-unplanned-failover-walkthrough-sql-server-kubernetes-operator/>)

Author: Anthony Nocentino

Published: 2026-04-19T15:00:00Z

Content type: tutorial

Language: en

Sources: [Kubernetes on Anthony Nocentino's Blog](<https://devfeed.tech/sources/kubernetes-on-anthony-nocentino-s-blog.md>)

Topics: [sql-server](<https://devfeed.tech/topics/sql-server.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [automatic](<https://devfeed.tech/tags/automatic.md>), [availability-groups](<https://devfeed.tech/tags/availability-groups.md>), [container](<https://devfeed.tech/tags/container.md>), [containers](<https://devfeed.tech/tags/containers.md>), [crash](<https://devfeed.tech/tags/crash.md>), [database](<https://devfeed.tech/tags/database.md>), [failover](<https://devfeed.tech/tags/failover.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [load](<https://devfeed.tech/tags/load.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [operator](<https://devfeed.tech/tags/operator.md>), [recovery](<https://devfeed.tech/tags/recovery.md>), [sql-server](<https://devfeed.tech/tags/sql-server.md>), [test](<https://devfeed.tech/tags/test.md>)

### AI overview

This walkthrough tests unplanned SQL Server Availability Group failover on Kubernetes by force-deleting the current primary pod under idle and sustained HammerDB TPC-C load. Across six force-deletes, the operator automatically promoted new primaries and restored all three replicas, with the article examining detection, recovery behavior, logs, and timing.

### Source excerpt

In my planned failover walkthrough, I showed what happens when you deliberately move the primary role to another replica. That's the easy case. Now I want to show what happens when the primary pod just disappears unexpectedly, like during a node failure or a container crash. No graceful shutdown, no demotion, just gone. I ran two test scenarios, each cycling the primary role across all three pods by force-deleting the current primary three times in a row. First, a 5GB TPC-C database idle. Then, that same 5GB database under sustained HammerDB TPC-C load. Six force-deletes total, six successful automatic failovers. I'll walk through the error log from the promoted replica, the operator's detection and recovery behavior, and the full timing data.

## Survey finds technology leaders expect AI workloads to strain existing infrastructure

DevFeed: [Survey finds technology leaders expect AI workloads to strain existing infrastructure](<https://devfeed.tech/articles/why-ai-scale-is-breaking-systems-built-for-humans-23746.md>)

Original publisher: [Read original article](<https://cockroachlabs.com/blog/ai-scale-breaking-human-systems>)

Author: Becca Weng

Published: 2026-02-17T00:00:00Z

Content type: opinion

Language: en

Sources: [Cockroach Labs](<https://devfeed.tech/sources/cockroach-labs.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Infrastructure](<https://devfeed.tech/topics/ai-infrastructure.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [global](<https://devfeed.tech/tags/global.md>), [load](<https://devfeed.tech/tags/load.md>), [scale](<https://devfeed.tech/tags/scale.md>), [survey](<https://devfeed.tech/tags/survey.md>)

### AI overview

This article examines how AI agents, copilots, and background processes create continuous, machine-driven workloads that differ from human traffic. It cites a Cockroach Labs and Wakefield Research survey of 1,125 senior technology leaders, 83% of whom expect their infrastructure to fail under AI pressure within two years.

### Source excerpt

83% of technology leaders believe their infrastructure will fail under AI pressure within two years. That number is not meant to provoke alarm. It's simply a fact that reflects the forward-looking judgment of 1,125 global engineering and technology leaders who are already seeing stress where their systems were never designed to carry it.

## How Fever Made Real-Time Partner Reporting Reliable Under Load with Tinybird

DevFeed: [How Fever Made Real-Time Partner Reporting Reliable Under Load with Tinybird](<https://devfeed.tech/articles/how-fever-made-real-time-partner-reporting-reliable-under-load-with-tinybird-18496.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/fever>)

Author: Tinybird

Published: 2026-02-02T15:00:00Z

Content type: article

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [customer-stories](<https://devfeed.tech/tags/customer-stories.md>), [load](<https://devfeed.tech/tags/load.md>), [partner](<https://devfeed.tech/tags/partner.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [reporting](<https://devfeed.tech/tags/reporting.md>)

### AI overview

A case study describes how Fever replaced a fragile real-time ingestion pipeline with Tinybird to make partner reporting reliable under load.

### Source excerpt

Learn how one of the world's largest live entertainment platforms replaced a fragile real-time ingestion pipeline with Tinybird, eliminating the inverse scaling problem where better business meant worse reporting.

## On Metastable Failures and Interactions Between Systems

DevFeed: [On Metastable Failures and Interactions Between Systems](<https://devfeed.tech/articles/on-metastable-failures-and-interactions-between-systems-39550.md>)

Original publisher: [Read original article](<https://charap.co/on-metastable-failures-and-interactions-between-systems/>)

Author: Aleksey Charapko

Published: 2025-12-24T21:26:49Z

Content type: opinion

Language: en

Sources: [Aleksey Charapko](<https://devfeed.tech/sources/aleksey-charapko.md>)

Topics: [systems](<https://devfeed.tech/topics/systems.md>), [retry](<https://devfeed.tech/topics/retry.md>), [clients](<https://devfeed.tech/topics/clients.md>), [servers](<https://devfeed.tech/topics/servers.md>), [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [clients](<https://devfeed.tech/tags/clients.md>), [fault-tolerance](<https://devfeed.tech/tags/fault-tolerance.md>), [latency](<https://devfeed.tech/tags/latency.md>), [load](<https://devfeed.tech/tags/load.md>), [metastabiilty](<https://devfeed.tech/tags/metastabiilty.md>), [other-thoughts](<https://devfeed.tech/tags/other-thoughts.md>), [performance](<https://devfeed.tech/tags/performance.md>), [retry](<https://devfeed.tech/tags/retry.md>), [server](<https://devfeed.tech/tags/server.md>), [signal](<https://devfeed.tech/tags/signal.md>), [state](<https://devfeed.tech/tags/state.md>), [systems](<https://devfeed.tech/tags/systems.md>), [timeout](<https://devfeed.tech/tags/timeout.md>)

### AI overview

The article explains metastable failures as self-sustaining performance failures caused by positive feedback loops. It uses retry storms to show how overload, latency, timeouts, and client retries can reinforce one another, and examines how ambiguous timeout signals make recovery more difficult.

### Source excerpt

I've written about metastable failures before. The topic has been picked up by a few different teams since the, all analyzing metastable failures more, while I apparently has been slacking off... Anyway, Metastable failures are self-sustaining performance failures that arise in systems due to a positive feedback loop triggered by an initial problem. This positive [...]

## Major compute price reduction on Neon

DevFeed: [Major compute price reduction on Neon](<https://devfeed.tech/articles/major-compute-price-reduction-on-neon-5520.md>)

Original publisher: [Read original article](<https://neon.com/blog/major-compute-price-reduction-on-neon>)

Author: Nikita Shamgunov

Published: 2025-11-03T19:23:07Z

Content type: release

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Databases](<https://devfeed.tech/topics/databases.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [databricks](<https://devfeed.tech/topics/databricks.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>)

Tags: [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [company](<https://devfeed.tech/tags/company.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cost](<https://devfeed.tech/tags/cost.md>), [cost-savings](<https://devfeed.tech/tags/cost-savings.md>), [databases](<https://devfeed.tech/tags/databases.md>), [databricks](<https://devfeed.tech/tags/databricks.md>), [durability](<https://devfeed.tech/tags/durability.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [load](<https://devfeed.tech/tags/load.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [snapshots](<https://devfeed.tech/tags/snapshots.md>)

### AI overview

Neon announces compute price reductions of up to 25% across its plans, including lower rates for the Launch and Scale Plans. The article also reviews earlier reductions to storage, minimum spend, enterprise features, and Free Plan compute, then compares costs with Aurora Serverless v2 and Supabase in selected usage scenarios.

### Source excerpt

Databases are often one of the biggest infrastructure expenses for any company. From day one, Neon's mission has been to make databases radically more efficient through separation of storage and compute, allowing instant autoscaling and better unit economics. Now, with Neon runni...

## Using the OSI Model for Effective Production Issue Debugging

DevFeed: [Using the OSI Model for Effective Production Issue Debugging](<https://devfeed.tech/articles/using-the-osi-model-for-effective-production-issue-debugging-26515.md>)

Original publisher: [Read original article](<https://medium.com/engineering-housing/using-the-osi-model-for-effective-production-issue-debugging-c37052e87b48?source=rss----3a69e32e2594---4>)

Author: Kamal Kumar

Published: 2025-08-28T17:37:45Z

Content type: tutorial

Language: en

Sources: [Housing.com](<https://devfeed.tech/sources/housing-com.md>)

Topics: [debugging](<https://devfeed.tech/topics/debugging.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Network](<https://devfeed.tech/topics/network.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Server](<https://devfeed.tech/topics/server.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [business logic](<https://devfeed.tech/topics/business-logic.md>), [Framework](<https://devfeed.tech/topics/framework.md>)

Tags: [analysis](<https://devfeed.tech/tags/analysis.md>), [apis](<https://devfeed.tech/tags/apis.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [devops](<https://devfeed.tech/tags/devops.md>), [errors](<https://devfeed.tech/tags/errors.md>), [firewalls](<https://devfeed.tech/tags/firewalls.md>), [load](<https://devfeed.tech/tags/load.md>), [mapping](<https://devfeed.tech/tags/mapping.md>), [network](<https://devfeed.tech/tags/network.md>), [osi-model](<https://devfeed.tech/tags/osi-model.md>), [production-debugging](<https://devfeed.tech/tags/production-debugging.md>), [production-issue](<https://devfeed.tech/tags/production-issue.md>), [rca](<https://devfeed.tech/tags/rca.md>), [root-cause-analysis](<https://devfeed.tech/tags/root-cause-analysis.md>), [routing](<https://devfeed.tech/tags/routing.md>), [servers](<https://devfeed.tech/tags/servers.md>), [sre](<https://devfeed.tech/tags/sre.md>), [tcp](<https://devfeed.tech/tags/tcp.md>), [troubleshooting](<https://devfeed.tech/tags/troubleshooting.md>), [udp](<https://devfeed.tech/tags/udp.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

This tutorial explains how to use the seven-layer OSI model to structure root cause analysis for production alerts. It recommends checking lower layers for network and gateway errors, and higher layers for application and client errors, including connectivity, routing, logs, APIs, authentication, and configuration.

### Source excerpt

In production environments, debugging alerts can sometimes feel like finding a needle in a haystack. Over the years, I've found the OSI (Open Systems Interconnection) model to be a reliable guide during Root Cause Analysis (RCA) of production issues. What is the OSI Model? The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers: Physical Layer -- Hardware, cables, switches Data Link Layer -- MAC addresses, switches, network topology Network Layer -- IP addressing, routing Transport Layer -- TCP/UDP, ports, session reliability Session Layer -- Session management, authentication Presentation Layer -- Data translation, encryption Application Layer -- APIs, web servers, applications How I Use OSI Layers in RCA: When I debug production alerts, I follow different approaches depending on the type of error: Network / Gateway Errors (e.g., 502, 504): These errors usually indicate communication issues between services. I start from the bottom layers (Physical -> Network -> Transport) to check connectivity, firewalls, routing, or load balancers. Application / Client Errors (e.g., 500, 503, 404): These errors generally originate from the application or business logic. I start from the top layers (Application -> Presentation -> Session) to check service logs, APIs, authentication issues, or configuration problems. Why this approach works: Following the OSI model provides a structured, layer-by-layer method for troubleshooting, ensuring that we don't miss low-level network issues or high-level application errors. It helps reduce mean time to resolution (MTTR) and improves the quality of RCA reports. Takeaway: The OSI model is not just a theoretical concept -- it's a practical tool that can guide engineers through complex production debugging. Next time you face a tricky alert, try mapping it to the OSI layers, and you might find the root cause faster than you think. Using the OSI Model for Effective Production Issue

## How a global gaming platform cut latency and CPU load with smarter observability

DevFeed: [How a global gaming platform cut latency and CPU load with smarter observability](<https://devfeed.tech/articles/how-a-global-gaming-platform-cut-latency-and-cpu-load-with-smarter-observability-12721.md>)

Original publisher: [Read original article](<https://www.redpanda.com/blog/observability-cut-latency-gaming-platform>)

Author: Alexander Lavoie

Published: 2025-06-16T00:00:00Z

Content type: article

Language: en

Sources: [Redpanda](<https://devfeed.tech/sources/redpanda.md>)

Topics: [observability](<https://devfeed.tech/topics/observability.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Grafana](<https://devfeed.tech/topics/grafana.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [cpu](<https://devfeed.tech/tags/cpu.md>), [cut-cpu-load-online-gaming](<https://devfeed.tech/tags/cut-cpu-load-online-gaming.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [enhancing-gaming-experience-with-observability](<https://devfeed.tech/tags/enhancing-gaming-experience-with-observability.md>), [game-platform-optimization](<https://devfeed.tech/tags/game-platform-optimization.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [improve-online-gaming-performance](<https://devfeed.tech/tags/improve-online-gaming-performance.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [latency](<https://devfeed.tech/tags/latency.md>), [load](<https://devfeed.tech/tags/load.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [observability](<https://devfeed.tech/tags/observability.md>), [observability-in-gaming](<https://devfeed.tech/tags/observability-in-gaming.md>), [observability-strategies-in-gaming](<https://devfeed.tech/tags/observability-strategies-in-gaming.md>), [observability-tools-for-gaming](<https://devfeed.tech/tags/observability-tools-for-gaming.md>), [performance](<https://devfeed.tech/tags/performance.md>), [performance-boost-gaming-platform](<https://devfeed.tech/tags/performance-boost-gaming-platform.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [real-time-gaming-platform-monitoring](<https://devfeed.tech/tags/real-time-gaming-platform-monitoring.md>), [redpanda-observability-solutions](<https://devfeed.tech/tags/redpanda-observability-solutions.md>), [reduce-latency-gaming-platform](<https://devfeed.tech/tags/reduce-latency-gaming-platform.md>), [setting-up-redpanda-observability](<https://devfeed.tech/tags/setting-up-redpanda-observability.md>), [thought-leadership](<https://devfeed.tech/tags/thought-leadership.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>)

### AI overview

Redpanda describes how observability helped Chess.com diagnose excessive CPU usage caused by inefficient and overly frequent compaction on compressed data. After upgrading to Redpanda version 25.1 with improved compaction controls, the team monitored the rollout in real time and reduced CPU utilization without downtime.

### Source excerpt

Learn how Redpanda's game-changing observability cut latency and CPU load for the world's leading online chess platform.

## How to run load tests in real-time data systems

DevFeed: [How to run load tests in real-time data systems](<https://devfeed.tech/articles/how-to-run-load-tests-in-real-time-data-systems-18519.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/how-to-run-load-tests-in-real-time-data-systems>)

Author: Ana Guerrero, Iago Enríquez

Published: 2025-03-07T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [real-time](<https://devfeed.tech/topics/real-time.md>), [systems](<https://devfeed.tech/topics/systems.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [how-to](<https://devfeed.tech/tags/how-to.md>), [load](<https://devfeed.tech/tags/load.md>), [production](<https://devfeed.tech/tags/production.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [scalable-analytics-architecture](<https://devfeed.tech/tags/scalable-analytics-architecture.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

A tutorial on running load tests for real-time data systems, noting that they fail differently from traditional applications and discussing how to avoid disrupting production.

### Source excerpt

Load tests on real-time data systems fail differently than traditional apps. Here's how to run them without breaking production.

## Heroku Investigates Puma Bug Causing High Response Times with Router 2.0

DevFeed: [Heroku Investigates Puma Bug Causing High Response Times with Router 2.0](<https://devfeed.tech/articles/pumas-routers-keepalives-oh-my-26489.md>)

Original publisher: [Read original article](<https://www.heroku.com/blog/pumas-routers-keepalives-ohmy/>)

Author: Elizabeth Cox

Published: 2024-11-21T18:13:05Z

Content type: article

Language: en

Sources: [Heroku](<https://devfeed.tech/sources/heroku.md>)

Topics: [Heroku](<https://devfeed.tech/topics/heroku.md>), [Ruby](<https://devfeed.tech/topics/ruby.md>), [Rails](<https://devfeed.tech/topics/rails.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [servers](<https://devfeed.tech/topics/servers.md>)

Tags: [applications](<https://devfeed.tech/tags/applications.md>), [article](<https://devfeed.tech/tags/article.md>), [bug](<https://devfeed.tech/tags/bug.md>), [cloud-infrastructure](<https://devfeed.tech/tags/cloud-infrastructure.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [dynos](<https://devfeed.tech/tags/dynos.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [heroku](<https://devfeed.tech/tags/heroku.md>), [http](<https://devfeed.tech/tags/http.md>), [improvements](<https://devfeed.tech/tags/improvements.md>), [legacy](<https://devfeed.tech/tags/legacy.md>), [load](<https://devfeed.tech/tags/load.md>), [performance](<https://devfeed.tech/tags/performance.md>), [request](<https://devfeed.tech/tags/request.md>), [router](<https://devfeed.tech/tags/router.md>), [router-2-0](<https://devfeed.tech/tags/router-2-0.md>), [ruby](<https://devfeed.tech/tags/ruby.md>), [server](<https://devfeed.tech/tags/server.md>), [technical](<https://devfeed.tech/tags/technical.md>), [update](<https://devfeed.tech/tags/update.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>)

### AI overview

Heroku investigates a Puma bug that caused elevated response times for a small subset of applications after enabling Router 2.0. The article explains the investigation, reproduction conditions, mitigation guidance, and the subsequent Puma 7.0 fix.

### Source excerpt

Update: Puma 7.0 was released with a fix for the bug described in this article. We recommend Ruby applications upgrade to Puma 7.0.4 or higher. This week, Heroku made Router 2.0 generally available, bringing features like HTTP/2, performance improvements and reliability enhancements out of the beta program! Throughout the Router 2.0 beta, our engineering team [...] The post Pumas, Routers & Keepalives--Oh my! appeared first on Heroku.

## Ep. 5: Efficient Concurrency in Go: Managing GoRoutines and Load Shedding

DevFeed: [Ep. 5: Efficient Concurrency in Go: Managing GoRoutines and Load Shedding](<https://devfeed.tech/articles/ep-5-efficient-concurrency-in-go-managing-goroutines-and-load-shedding-22242.md>)

Original publisher: [Read original article](<https://www.ardanlabs.com/blog/2024/06/efficient-concurrency-in-go-managing-goroutines-and-load-shedding-ep-5.html>)

Published: 2024-06-11T00:00:00Z

Content type: tutorial

Language: en

Sources: [William Kennedy](<https://devfeed.tech/sources/william-kennedy.md>)

Topics: [Concurrency](<https://devfeed.tech/topics/concurrency.md>), [Go Language](<https://devfeed.tech/topics/go-language.md>), [Concurrent Programming](<https://devfeed.tech/topics/concurrent-programming.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [servers](<https://devfeed.tech/topics/servers.md>)

Tags: [best-practices](<https://devfeed.tech/tags/best-practices.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [go](<https://devfeed.tech/tags/go.md>), [goroutines](<https://devfeed.tech/tags/goroutines.md>), [http](<https://devfeed.tech/tags/http.md>), [http-server](<https://devfeed.tech/tags/http-server.md>), [kubernetes-clusters](<https://devfeed.tech/tags/kubernetes-clusters.md>), [load](<https://devfeed.tech/tags/load.md>), [managing-goroutines](<https://devfeed.tech/tags/managing-goroutines.md>), [networking](<https://devfeed.tech/tags/networking.md>), [programming](<https://devfeed.tech/tags/programming.md>), [server](<https://devfeed.tech/tags/server.md>)

### AI overview

This video tutorial explains how to manage goroutines in Go using parent-child relationships, clean shutdown APIs, and load shedding. It focuses on preventing orphaned goroutines, protecting data consistency during shutdowns, and gracefully handling HTTP server traffic.

### Source excerpt

Introduction: In this installment, Bill delves into the concept of load shedding in Go, explaining its importance in managing GoRoutines and ensuring clean shutdowns. How to manage GoRoutines using a parent-child relationship model to prevent orphan GoRoutines. The role of load shedding in maintaining clean and orderly shutdowns, particularly using the HTTP package in Go. Strategies for implementing GoRoutines in Go to handle concurrent tasks efficiently without risking data corruption during shutdowns.

## Unintended Consequences of IPv6 SLAAC

DevFeed: [Unintended Consequences of IPv6 SLAAC](<https://devfeed.tech/articles/unintended-consequences-of-ipv6-slaac-10980.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2024/04/ipv6-slaac-unintended-consequences/>)

Published: 2024-04-16T06:45:00Z

Content type: opinion

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [Network](<https://devfeed.tech/topics/network.md>), [Network design](<https://devfeed.tech/topics/network-design.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [cache](<https://devfeed.tech/tags/cache.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [ipv6](<https://devfeed.tech/tags/ipv6.md>), [load](<https://devfeed.tech/tags/load.md>), [network](<https://devfeed.tech/tags/network.md>), [network-design](<https://devfeed.tech/tags/network-design.md>), [performance](<https://devfeed.tech/tags/performance.md>), [tcp](<https://devfeed.tech/tags/tcp.md>)

### AI overview

The article explains how IPv6 SLAAC privacy address rotation, long-running TCP sessions, and device reconnections can increase neighbor-discovery cache usage. When hardware forwarding devices exhaust that cache, packets may be handled by the CPU or dropped, reducing performance. It outlines tradeoffs involving interface limits, RFC 7217 identifiers, and DHCPv6 address allocation.

### Source excerpt

One of my friends is running a large IPv6 network and has already experienced a shortage of IPv6 neighbor cache on some of his switches. Digging deeper into the root causes, he discovered: In my larger environments, I see significant neighbor table cache entries, especially on network segments with hosts that make many long-term connections. These hosts have 10 to 20 addresses that maintain state over days or weeks to accomplish their processes. What's going on? A perfect storm of numerous unrelated annoyances: Read more ...

## Performance tips for Neon Postgres

DevFeed: [Performance tips for Neon Postgres](<https://devfeed.tech/articles/performance-tips-for-neon-postgres-5713.md>)

Original publisher: [Read original article](<https://neon.com/blog/performance-tips-for-neon-postgres>)

Author: Carlota Soto

Published: 2024-04-04T16:56:28Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [databases](<https://devfeed.tech/tags/databases.md>), [load](<https://devfeed.tech/tags/load.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [performance](<https://devfeed.tech/tags/performance.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [scale](<https://devfeed.tech/tags/scale.md>), [tips](<https://devfeed.tech/tags/tips.md>)

### AI overview

This article presents performance tips for Neon Postgres, covering connection pooling, resource sizing, autoscaling, and query optimization. It explains how to investigate slow queries using query statistics and EXPLAIN (ANALYZE, BUFFERS).

### Source excerpt

Neon is serverless Postgres. Neon databases elastically scale up and down according to load--including scaling to zero--and database operations are greatly simplified via robust API support and database branching capabilities. But just like every Postgres, to get the most out of Ne...

## How Tinybird scales a real-time data platform to handle billions of events

DevFeed: [How Tinybird scales a real-time data platform to handle billions of events](<https://devfeed.tech/articles/how-to-scale-a-real-time-data-platform-18512.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/how-tinybird-scales>)

Author: Javi Santana

Published: 2024-02-16T00:00:00Z

Content type: article

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [data](<https://devfeed.tech/tags/data.md>), [events](<https://devfeed.tech/tags/events.md>), [load](<https://devfeed.tech/tags/load.md>), [platform](<https://devfeed.tech/tags/platform.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [scalable-analytics-architecture](<https://devfeed.tech/tags/scalable-analytics-architecture.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

This article describes the infrastructure decisions Tinybird uses to scale a real-time data platform to handle billions of events while keeping queries fast under load.

### Source excerpt

How Tinybird scales to handle billions of events without breaking. The infrastructure decisions that keep queries fast under load.

## New GraphQL observability and insights in GraphOS Studio

DevFeed: [New GraphQL observability and insights in GraphOS Studio](<https://devfeed.tech/articles/new-graphql-observability-and-insights-in-graphos-studio-23468.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/new-graphql-observability-and-insights-in-graphos-studio>)

Author: Parul Schroff

Published: 2023-10-31T16:11:06Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [GraphOS](<https://devfeed.tech/topics/graphos.md>), [observability](<https://devfeed.tech/topics/observability.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [API Platform](<https://devfeed.tech/topics/api-platform.md>), [SIEM, Security, Observability](<https://devfeed.tech/topics/siem-security-observability.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [api](<https://devfeed.tech/tags/api.md>), [api-platform](<https://devfeed.tech/tags/api-platform.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [apollo-federation](<https://devfeed.tech/tags/apollo-federation.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [improvements](<https://devfeed.tech/tags/improvements.md>), [insights](<https://devfeed.tech/tags/insights.md>), [list](<https://devfeed.tech/tags/list.md>), [load](<https://devfeed.tech/tags/load.md>), [observability](<https://devfeed.tech/tags/observability.md>), [platform](<https://devfeed.tech/tags/platform.md>), [release](<https://devfeed.tech/tags/release.md>), [search](<https://devfeed.tech/tags/search.md>)

### AI overview

Apollo announces a new insights dashboard in GraphOS Studio for scalable GraphQL observability. The release consolidates operation and field insights, adds search and filtering, and improves list loading for large graphs.

### Source excerpt

As API platform teams continue to back Apollo Federation as the standard for GraphQL architecture at scale, graphs have rapidly become more sophisticated -- expanding across innumerable teams, services, clients, and business units. As sophistication increases, so too does the need for powerful and user-friendly observability, tailored to the needs of graph owners.

## Real-Time Data Ingestion Patterns for Analytics at Scale

DevFeed: [Real-Time Data Ingestion Patterns for Analytics at Scale](<https://devfeed.tech/articles/real-time-data-ingestion-instant-analytics-18624.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/real-time-data-ingestion>)

Author: Cameron Archer

Published: 2023-08-18T00:00:00Z

Content type: article

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [real-time](<https://devfeed.tech/topics/real-time.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [data](<https://devfeed.tech/tags/data.md>), [load](<https://devfeed.tech/tags/load.md>), [patterns](<https://devfeed.tech/tags/patterns.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [scalable-analytics-architecture](<https://devfeed.tech/tags/scalable-analytics-architecture.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

The article discusses patterns for real-time data ingestion at scale and warns that incorrect approaches can cause data loss under load.

### Source excerpt

Real-time data ingestion at scale requires specific patterns. Get this wrong and you'll lose data under load. Here's what works.

[Next page](<https://devfeed.tech/tags/load.md?cursor=WyIyMDIzLTA4LTE4VDAwOjAwOjAwKzAwOjAwIiwgImM1MDJjOTc2LTU0YmEtNDExZC04ZmU5LTYyYzQxNjVlN2VjNCJd>)