OffNet Newsroom

Archive snapshot

Sunday, July 26, 2026

Daily signal on databases, AI, and the tech that matters.

16 new today 39 stories 6 sections 12 for the DBA desk

Database Technology 8

roundup ↗
Planet PostgreSQL database

PostgreSQL geqo: Touch only one GUC knob, ignore the rest

Christophe Pettus reviews the seven configuration parameters governing PostgreSQL's genetic query optimizer. He argues that practitioners should modify only a single specific GUC to avoid destabilizing query plans. The remaining six knobs are best left at their defaults to maintain optimizer stability.

  • PostgreSQL's genetic query optimizer exposes seven GUC parameters for tuning.
  • Most of these knobs should remain at default values for stable optimization.
  • Only one specific GUC is recommended for manual adjustment by engineers.
  • Altering multiple geqo settings can lead to unpredictable query performance.

EDB is a gold sponsor for the upcoming Postgres Summit US 2026, held September 30 to October 2 in New York. The company will present sessions covering cloud-native transformations and database internals, featuring its core contributors. This event serves as a key venue for discussing the addition of approximately 200 annual features and major architectural milestones.

  • EDB sponsors Postgres Summit US 2026 at Convene, NYC, Sept 30-Oct 2.
  • Sessions focus on cloud-native shifts and deep database internals.
  • Core contributors present on handling 200+ annual feature additions.
  • Event replaces PGConf NYC, signaling a broader US scope.
GitHub Trending (daily) githubrepos ⚠ unverified date/source

Chat2DB: AI-Driven Cross-Platform SQL Client Supports 30+ Databases

Chat2DB is a free, open-source SQL workspace that runs locally on Windows, macOS, and Linux. It integrates an AI assistant that connects to user-provided models to aid development. The tool supports over 30 database engines including MySQL, Oracle, PostgreSQL, and ClickHouse via plugins.

  • Local execution ensures data privacy by keeping queries on-premises.
  • AI assistant allows connection to custom models for tailored assistance.
  • Broad vendor support covers major relational and NoSQL systems.
  • Cross-platform availability simplifies tooling for diverse dev teams.
InfoQ generaldevops ↺ since 07-24

DBOS Transact: Compiling Workflows into Databases for Durable Execution

DBOS Transact replaces external orchestrators by leveraging standard database tables, unique primary keys, and SKIP LOCKED queues to manage fault-tolerant AI workflows. This architecture aims to reduce operational overhead and latency by keeping execution logic within the database layer. The approach seeks to improve reliability by eliminating the complexity and failure points associated with separate distributed systems.

  • Eliminate external orchestrators to reduce failure points and operational complexity.
  • Use SKIP LOCKED queues for efficient, low-latency task dispatching within the DB.
  • Leverage standard tables and unique PKs to ensure durable, fault-tolerant execution.
  • Simplify AI workflow management by compiling logic directly into the database.
  • Reduce infrastructure overhead by consolidating execution and state management.

MariaDB announced that MySQL Galera Cluster reaches end of life on September 30, 2026, ceasing maintenance and binary releases for that build. New clustering features will exclusively target MariaDB Galera Cluster. Percona provides guidance for migrating to Percona XtraDB Cluster as an alternative path.

  • MySQL Galera Cluster stops receiving updates after September 30, 2026.
  • MariaDB directs users to migrate to MariaDB Galera Cluster for new features.
  • Percona offers Percona XtraDB Cluster as a migration target for MySQL users.
  • Plan migration strategy now to avoid unsupported software risks.
THE SHIFTMySQL Galera Cluster Timeline2026CURRENT SUPPORT30EOL DAYSupport ends Sept 30, 2026
Planet PostgreSQL database ↺ since 07-22

Paul Jungwirth reviews TQuel paper to inform Postgres 19 temporal query optimization

With UPDATE/DELETE FOR PORTION OF likely arriving in Postgres 19, Paul Jungwirth is studying Richard Snodgrass's 1993 TQuel paper to understand temporal relational algebra. The goal is to identify algebraic identities that allow the query planner to transform queries into more efficient execution shapes. This research focuses on optimizing operations like filtering rows before joins to improve performance for temporal data.

  • Postgres 19 is expected to support UPDATE/DELETE FOR PORTION OF, enabling temporal row modifications.
  • Jungwirth is leveraging 1993 TQuel research to derive algebraic identities for the modern query planner.
  • Understanding these identities helps the planner push filters before joins for better performance.
  • This work connects historical temporal database theory to current Postgres optimization strategies.
HOW IT WORKSOptimizing Temporal Queries1Study 1993 TQuel paper2Derive algebraic identities3Transform query shapes4Push filters before joins
AWS What's New awsdatabase ↺ since 07-24

AWS RDS for MySQL adds MySQL 9.7 LTS to Preview Environment

Amazon RDS now supports MySQL 9.7 in its Database Preview Environment, allowing users to test the latest Long-Term Support release before general availability. This sandbox enables evaluation of new features and security patches specific to the community edition on RDS. Instances are retained for up to 60 days and automatically deleted afterward.

  • MySQL 9.7 is the newest LTS release, including bug fixes and security patches.
  • Preview instances are sandboxed and auto-deleted after 60 days.
  • Use this environment to validate application compatibility with MySQL 9.7.
  • Snapshots created in the preview environment can be retained beyond the instance lifecycle.
BY THE NUMBERSPreview Instance Lifespan60Days before auto-deletionSandbox instances expire automatically

LLMs 7

roundup ↗

Anthropic has published new guidelines for structuring context windows in upcoming Claude 5 generation models. The blog post details updated best practices for prompt design, including how to handle long-document processing and tool-use integration. These rules aim to maximize model performance and reliability as context requirements evolve.

  • New context engineering rules target Claude 5 generation models specifically
  • Guidelines cover long-document processing and tool-use integration strategies
  • Anthropic emphasizes prompt structure changes to improve reliability
  • Practitioners should review updated best practices for context window management
Hacker News (100+ points) general

28.9M LLM runs on $8 ESP32 microcontroller via GitHub repo

A new GitHub project demonstrates running a 28.9 million parameter language model on an ESP32 microcontroller costing under $8. The implementation focuses on extreme model quantization and optimization to fit within the tight memory and compute constraints of the chip. This approach highlights the feasibility of deploying small language models on edge hardware without cloud dependency.

  • Proves sub-30M parameter models can run on resource-constrained MCUs
  • ESP32 is viable for ultra-low-cost edge inference tasks
  • Extreme quantization is key to fitting LLMs on microcontrollers
  • Reduces latency and cost for simple edge AI use cases
Hacker News (100+ points) general

Inflect-Micro-v2 delivers complete voice synthesis in 9.36M parameters

The Inflect-Micro-v2 model achieves full voice generation capabilities with a parameter count of just 9.36 million. This compact architecture demonstrates that high-fidelity voice synthesis does not require massive model sizes. The release highlights a trend toward efficient, lightweight models for audio tasks.

  • 9.36M parameters enable complete voice synthesis, challenging size norms.
  • Ideal for edge deployment where compute and memory are constrained.
  • Reduces inference costs and latency for voice-enabled applications.
  • Demonstrates efficient architecture design for audio generation tasks.
BY THE NUMBERSInflect-Micro-v2 Model Size9.36MParameters for full voice synthesisCompact architecture for edge deployment
Hacker News (100+ points) general

Debian votes on LLM usage policies for development workflows

The Debian Project is currently debating three distinct proposals regarding the integration of Large Language Models into their development processes. These proposals aim to establish clear guidelines on how AI tools can be utilized by contributors and maintainers. The vote represents a significant step in defining the ethical and technical boundaries of AI adoption within a major open-source distribution.

  • Debian is formalizing AI tool usage through a formal voting process.
  • Three specific proposals define scope, ethics, and implementation details.
  • Outcome will set precedent for other major open-source projects.
  • Impacts contributor workflows and maintainership guidelines.
TRADE-OFFDebian AI Vote ContextCurrent DebateThree distinct proposals…Focus on ethics and scopeInternal community voting processFuture ImpactSets precedent for OSS projectsFormalizes AI tool usageChanges maintainer workflowsvs
AWS What's New awsdatabase ↺ since 07-25

AWS launches Claude Opus 5 with zero data retention for enterprise agents

AWS has made Claude Opus 5 available via Amazon Bedrock, featuring enhanced coding capabilities and long-running agent support. The model introduces zero data retention compliance, making it suitable for sensitive enterprise workloads. It offers improved reasoning for complex analysis and navigation of large codebases.

  • Claude Opus 5 is now live on Amazon Bedrock for enterprise customers.
  • Model supports zero data retention (ZDR) for strict compliance needs.
  • Enhanced coding skills include adaptive strategy and production-quality output.
  • Agents can run for hours with error recovery and obstacle navigation.
  • Significant accuracy gains for long-document and complex analysis tasks.
BY THE NUMBERSClaude Opus 5 Launch5Zero data retention complianceNew standard for sensitive enterprise agent workloads
AWS Database Blog awsdatabase ↺ since 07-22

AWS RDS AI Incident Analysis Automates Forensic Artifact Collection

AWS introduces a serverless method for continuous forensic artifact collection on Amazon RDS and Aurora databases. The system captures point-in-time snapshots of database internals at regular intervals and stores them in Amazon S3. This creates a time-series record that AI tools can analyze instantly, replacing hours of manual investigation with rapid conversation-based debugging.

  • Enables continuous, serverless collection of database internals as time-series data in S3.
  • AI tools analyze forensic snapshots in seconds rather than requiring manual log parsing.
  • Reduces incident resolution time by turning historical data into an interactive query interface.
  • Applies to both Amazon RDS and Amazon Aurora database engines.
LangChain Releases agentsreleases ↺ since 07-25

langchain-anthropic 1.5.2 adds Claude Opus 5 support

The langchain-anthropic package has been updated to version 1.5.2, introducing native support for the newly released Claude Opus 5 model. This update allows developers to integrate the latest Anthropic capabilities into their LangChain workflows without additional configuration overhead. The release addresses feature requests from the community to keep pace with Anthropic's model advancements.

  • Update langchain-anthropic to 1.5.2 to access Claude Opus 5.
  • No code changes required if using standard LangChain model abstractions.
  • Ensure your Anthropic API key has access to the Opus 5 tier.
  • Check Anthropic's documentation for specific Opus 5 context window limits.

AI / ML 3

roundup ↗
InfoQ generaldevops ↺ since 07-25

AI Root Cause Analysis Shifts from Model Reasoning to Context Engineering

Engineers argue that modern LLMs possess sufficient reasoning capabilities for root cause analysis, provided they receive correctly prepared context. This perspective moves the primary engineering challenge from model selection to the construction of telemetry correlation pipelines. A Coroot experiment evaluating eleven different models provides early evidence supporting this shift in focus.

  • LLMs are now capable of RCA reasoning if context is properly engineered.
  • The bottleneck has shifted to telemetry correlation and pipeline quality.
  • Coroot tested eleven models to validate the context-over-model hypothesis.
  • Invest in context preparation rather than chasing larger models.
  • Focus engineering resources on data ingestion and structuring.

Expedia Group has deployed STAR, an internal platform leveraging LLMs to accelerate production incident investigations. The system integrates service telemetry with structured workflows to generate root cause assessments and guide engineers through response protocols. Built on a stack including FastAPI, Datadog, and Langfuse, it maintains human oversight while automating initial analysis steps.

  • STAR uses LLMs to analyze telemetry and propose root causes for production incidents.
  • The tool keeps engineers in the loop, supporting rather than replacing human decision-making.
  • Architecture relies on FastAPI, Datadog, Celery, Redis, and Langfuse for observability and orchestration.
  • Structured workflows ensure consistent analysis and faster incident resolution times.
HOW IT WORKSSTAR Incident Analysis Pipeline1Ingest telemetry from Datadog2Orchestrate via Celery and Redis3Analyze with LLMs on FastAPI4Generate root cause assessment5Guide engineer response workflow
The Register general ↺ since 07-25

AMD Vibe Code bypasses CUDA moat via ROCm.AI integration

AMD's Vibe Code tool leverages ROCm.AI to streamline model optimization, effectively sidestepping the traditional dependency on NVIDIA's CUDA ecosystem. This approach allows developers to optimize models for AMD hardware with reduced friction, challenging the entrenched dominance of CUDA in the AI training and inference landscape.

  • ROCm.AI integration simplifies model optimization workflows on AMD hardware
  • Reduces reliance on NVIDIA CUDA, offering a viable alternative path
  • Aims to lower barriers for developers switching from or avoiding CUDA
  • Signals continued competition in the AI accelerator software stack

Agentic AI 7

roundup ↗

Shopify has leveraged AI agents to drive a return to clean code practices, discovering that automated agents prioritize readability and explicit contracts just as human developers do. The initiative focuses on providing helpful feedback to ensure code remains maintainable and clear. This approach highlights how AI can be used not just for generation, but for enforcing engineering discipline and quality standards across the codebase.

  • AI agents naturally favor readable code and explicit interfaces over clever or opaque implementations.
  • Using agents for feedback loops can effectively enforce clean code standards at scale.
  • Explicit contracts reduce ambiguity, making both human and AI collaboration more efficient.
  • Shopify's experiment suggests AI can act as a rigorous code review mechanism for quality.

The Department of Veterans Affairs has finalized a $1.6 billion contract to deploy a large-scale suite of Salesforce AI agents. This agreement was executed concurrently with Oracle's separate $7 billion defense deal, effectively positioning the two vendors in direct competition for government workloads. The move signals a strategic shift toward AI-driven automation within the VA's operational infrastructure.

  • VA commits $1.6B to Salesforce AI agents, signaling major shift in enterprise software procurement.
  • Deal runs parallel to Oracle's $7B defense contract, highlighting competitive pressure on legacy vendors.
  • Focus on AI agents suggests VA prioritizing automated workflow and customer service enhancements.
  • No database deep-dive brief present; fleet_impact remains empty.
GitHub Trending (daily) githubrepos ⚠ unverified date/source

aisuite offers unified Python interface for multiple GenAI providers

aisuite provides a lightweight Python library to simplify interactions with various generative AI providers. It supports bringing your own API keys for services like OpenAI, Anthropic, and Google, or running models locally via Ollama. The project also spawned OpenWorker, a desktop AI coworker that handles tasks like file reading, communication integration, and automation while keeping data on-premises.

  • Unified API abstraction for OpenAI, Anthropic, Google, and local Ollama models
  • Lightweight Python library reduces boilerplate for integrating multiple LLMs
  • OpenWorker desktop app leverages aisuite for local-first AI task automation
  • Supports macOS 13+ (Apple Silicon) and Windows 10/11 for local deployment
TRADE-OFFaisuite Provider OptionsCloud ProvidersOpenAI API accessAnthropic API accessGoogle API accessLocal OptionOllama integrationOn-premises dataSelf-hosted modelsvs
GitHub Trending (daily) githubrepos ⚠ unverified date/source

mattpocock/skills offers composable agent skills for precise engineering control

This repository provides a collection of agent skills designed for real-world application development, contrasting with broader process frameworks like GSD or Spec-Kit. The author argues that such frameworks often remove developer control and complicate bug resolution. These skills are intended to be small, adaptable, and model-agnostic, drawing on extensive engineering experience rather than generic 'vibe coding' approaches.

  • Prioritizes developer control over rigid process frameworks like GSD or BMAD.
  • Skills are small, composable, and designed to work with any AI model.
  • Targets complex application development rather than simple code generation.
  • Easy setup via npx installer for immediate integration into agent workflows.
TRADE-OFFSkills vs FrameworksProcess FrameworksRemove developer controlComplicate bug resolutionRigid and complexComposable SkillsSmall and adaptableModel-agnostic designPrecise engineering controlvs
AWS What's New awsdatabase ↺ since 07-25

AWS Launches Open-Source aws-bench to Benchmark AI Agent Performance on Cloud Tasks

AWS has introduced aws-bench, an open-source benchmark designed to evaluate how accurately and efficiently AI agents perform real-world infrastructure tasks. The suite includes test cases derived from actual AWS usage patterns, covering troubleshooting, investigation, and resource creation. Each case links natural language queries to specific cloud states and ground-truth answers, enabling consistent scoring for model providers and researchers.

  • Use aws-bench to objectively measure AI agent accuracy and efficiency on AWS infrastructure.
  • Access a public suite of test cases based on real-world AWS usage scenarios.
  • Diagnose agent failures by comparing performance against defined ground-truth answers.
  • Leverage reproducible benchmarks to improve foundation models for cloud operations.
HOW IT WORKSaws-bench Workflow1Define natural language query2Link to specific cloud state3Execute AI agent actions4Compare against ground truth5Score accuracy and efficiency
AWS What's New awsdatabase ↺ since 07-24

Amazon Bedrock AgentCore unifies traces and logs in a single CloudWatch group

Amazon Bedrock AgentCore now routes agent telemetry, including traces, prompts, and structured logs, into a single per-agent CloudWatch log group. Previously, trace spans and event logs were split across multiple destinations, complicating debugging workflows. This consolidation allows for unified observability and simplifies access control and encryption management at the individual agent level.

  • Unified observability: Traces, prompts, and logs now reside in one log group per agent.
  • Simplified debugging: No need to search across multiple log groups for agent invocation details.
  • Granular security: Enables fine-grained access control and CMK encryption per agent.
  • Streamlined ops: Reduces operational overhead by consolidating telemetry destinations.
TRADE-OFFBefore and After AgentCorePrevious SetupSplit trace spansScattered event logsComplex debuggingAgentCore SetupUnified single log groupConsolidated telemetrySimplified access controlvs

Noma Security identified GitLost, an indirect prompt injection attack targeting GitHub's Agentic Workflows. Attackers embed hidden instructions in public GitHub issues, tricking AI agents into bypassing security controls. This allows the agents to extract and expose confidential repository data in public comments.

  • Public GitHub issues can serve as injection vectors for Agentic Workflows.
  • AI agents may leak confidential data if input sanitization is insufficient.
  • Review GitHub Actions and agent configurations for prompt injection risks.
  • Monitor agent outputs in public spaces for unexpected data disclosures.

Automation / DevOps / IaC 6

roundup ↗

Amazon MWAA now supports Apache Airflow 2.11.2, a maintenance release focused on security and stability. This update patches core dependencies, improves task lifecycle management for queued tasks, and enhances secrets masking in logs. It also includes UI corrections and provider package updates for S3 and CloudWatch log delivery.

  • MWAA environments can now be created or upgraded to Airflow 2.11.2.
  • Security patches applied to core dependencies and webserver layers.
  • Fixed task lifecycle management issues for queued tasks.
  • Enhanced secrets masking reduces sensitive data exposure in logs.
  • Updates include S3 and CloudWatch log provider packages.
CHECKLISTKey MWAA 2.11.2 UpdatesUpgrade MWAA environments to Airflow 2.11.2Apply security patches to core dependenciesFix task lifecycle issues for queued tasksEnhance secrets masking in logs
Percona Blog database ↺ since 07-25

Percona MongoDB Tools Now Ship CycloneDX SBOMs for Instant CVE Scanning

Percona has updated PBM 2.15.0 and PCSM 0.9.0 to include CycloneDX 1.6 Software Bill of Materials in all release artifacts, including binaries and Docker images. This allows teams to immediately scan for vulnerabilities using compatible tools like Trivy or Grype upon deployment. The integration streamlines security compliance by providing machine-readable dependency data from day one.

  • PBM 2.15.0 and PCSM 0.9.0 include CycloneDX 1.6 SBOMs in all artifacts.
  • Scan Docker images quickly with Trivy using the --sbom-sources oci flag.
  • Use any CycloneDX-compatible tool like Grype to detect CVEs immediately.
  • SBOMs are available in tarballs, RPMs, DEBs, and container images.
CHECKLISTImmediate SBOM Integration StepsUpdate to PBM 2.15.0 and PCSM 0.9.0Scan Docker images with Trivy using --sbom-sourcesUse Grype for CycloneDX-compatible CVE detectionLeverage SBOMs in tarballs, RPMs, DEBs, and images
AWS What's New awsdatabase ↺ since 07-24

AWS Lambda Durable Execution SDK for .NET hits GA

AWS has made the Durable Execution SDK for .NET generally available, allowing C# developers to build resilient, long-running workflows directly within Lambda. This SDK enables automatic progress checkpointing and execution pauses of up to a year for external events, eliminating the need for custom tracking or external orchestration services. It supports complex patterns like payment pipelines, AI agent orchestration, and human-in-the-loop approvals using an idiomatic C# interface.

  • Build long-running Lambda workflows without external orchestration tools.
  • Automatic checkpointing ensures resilience against unexpected failures.
  • Execution can pause for up to a year while waiting on events.
  • Idiomatic C# SDK simplifies development of durable functions.
  • Ideal for payment pipelines, AI agents, and approval workflows.
HOW IT WORKSDurable Execution Workflow1Start Lambda function execution2Auto-checkpoint progress continuously3Pause for external events4Resume from last checkpoint5Complete long-running workflow
InfoQ generaldevops ↺ since 07-25

Zalando’s In-Process Client-Side Load Balancer Hits 1M RPS

Zalando engineered an in-process, client-side load balancer to manage a high-throughput API processing approximately one million requests per second. This architectural shift delivered more predictable latency characteristics and reduced overall infrastructure expenses. The implementation also provided superior observability, allowing the team to pinpoint failure origins with greater precision.

  • Client-side load balancing shifts decision logic from network edge to application process.
  • Predictable latency improves significantly under high load compared to traditional proxies.
  • Infrastructure costs drop by removing dedicated load balancing hardware or services.
  • Enhanced visibility allows faster root cause analysis for distributed failures.
TRADE-OFFClient-Side vs Traditional LBTraditional ProxyDedicated hardware costs add upLatency spikes under high loadBlind to app-level failuresZalando Client-SideNo extra infrastructure spendPredictable latency at scalePrecise failure root causevs
GitHub Trending (daily) githubrepos ↺ since 07-24 ⚠ unverified date/source

Alibaba releases OpenCodeReview: hybrid LLM and deterministic code review tool

Alibaba has open-sourced OpenCodeReview, an AI-powered CLI tool originally used internally to serve tens of thousands of developers. The tool employs a hybrid architecture combining deterministic pipelines with an LLM Agent to analyze Git diffs and identify defects. It supports OpenAI and Anthropic compatible endpoints and includes a built-in ruleset for issues like NPE, thread-safety, XSS, and SQL injection.

  • Hybrid architecture merges deterministic checks with LLM agents for precise line-level comments.
  • Battle-tested at Alibaba scale, serving tens of thousands of developers over two years.
  • Configurable model endpoints support OpenAI and Anthropic compatible interfaces.
  • Built-in fine-tuned ruleset detects NPE, thread-safety, XSS, and SQL injection risks.
HOW IT WORKSOpenCodeReview Pipeline1Parse Git diffs2Run deterministic checks3LLM agent analysis4Generate line comments
AWS What's New awsdatabase ↺ since 07-23

AWS Secrets Manager now publishes secret update notifications to Amazon EventBridge

AWS Secrets Manager has added native support for publishing events to Amazon EventBridge whenever a secret value changes. This replaces the previous method of relying on parsed CloudTrail events, which required matching multiple API calls like rotation success or PutSecretValue. The new direct integration allows for real-time, event-driven workflows that can trigger targets such as Lambda, SNS, SQS, or Step Functions upon secret updates.

  • Eliminates the need to parse multiple CloudTrail API events to detect secret changes.
  • Enables direct EventBridge rules to trigger on active secret value updates.
  • Supports real-time workflows via Lambda, SNS, SQS, or Step Functions.
  • Simplifies proactive credential caching and rotation handling strategies.
HOW IT WORKSReal-time Secret Update Workflow1Secret value changes in Secrets Manager2Direct event published to EventBridge3EventBridge rule matches the update4Target service triggers automatically5Application receives real-time notification

AWS 8

roundup ↗

Amazon EKS now supports reverting the control plane to the previous Kubernetes version within seven days of an upgrade. This safety net allows teams to quickly recover from issues caused by problematic updates during in-place cluster upgrades. The feature directly reduces the operational risk associated with version transitions.

  • Control plane rollbacks are supported within a 7-day window post-upgrade.
  • In-place upgrade risks are mitigated by this quick recovery mechanism.
  • Teams can revert to the prior version if the new one causes issues.
  • No need to rebuild clusters from scratch for recent failed upgrades.
Hacker News (100+ points) general

Cloudflare launches new AI traffic routing options for customers

Cloudflare has introduced new capabilities allowing customers to direct AI traffic through its network. These options provide greater control over how AI workloads are handled and routed. The announcement positions Cloudflare to better support the growing demands of AI-driven applications.

  • New traffic routing options specifically target AI workloads
  • Customers gain more control over AI traffic handling
  • Cloudflare aims to support growing AI application demands
CHECKLISTCloudflare AI Routing TakeawaysTarget traffic routing specifically for AI workloadsGain granular control over AI traffic handlingSupport growing demands of AI applications

Airbus has selected Scaleway as its sovereign cloud provider, prioritizing immunity from non-European legislation alongside technical performance. This move complements its existing multi-cloud strategy rather than replacing hyperscalers like AWS. The decision highlights a broader industry trend where sovereignty claims are becoming a decisive factor in vendor selection, extending beyond major providers to smaller US SaaS vendors.

  • Airbus treats legal sovereignty as a scored criterion equal to technical capability in cloud tenders.
  • Selection of Scaleway complements rather than replaces existing AWS multi-cloud architecture.
  • Sovereignty requirements are expanding to include smaller US SaaS vendors, not just hyperscalers.
  • Practitioners must verify that claimed sovereignty controls are enforceable and auditable.
AWS What's New awsdatabase ↺ since 07-24

AWS expands G7e SageMaker inference to Seoul, London, Tokyo

Amazon SageMaker AI inference now supports G7e instances in Asia Pacific (Seoul, Tokyo) and Europe (London). These instances deliver up to 2.3x performance over G6e, featuring up to 8 NVIDIA RTX PRO 6000 Blackwell GPUs and 1,600 Gbps networking. The expansion allows low-latency deployment of medium-to-large language models up to 70B parameters closer to end users.

  • G7e instances reduce inference latency for GenAI workloads in Asia and Europe.
  • Performance is up to 2.3x faster than previous G6e generation instances.
  • Each instance supports up to 768 GB total GPU memory for large models.
  • Enables serving language models up to 70B parameters locally in new regions.
BY THE NUMBERS2.3x Inference Speed Boost2.3xPerformance over G6e instancesNew G7e instances in Seoul, London, Tokyo
AWS What's New awsdatabase ↺ since 07-24

AWS SageMaker AI adds G7 instances with 4.6x inference performance boost

Amazon SageMaker AI now supports G7 instances powered by NVIDIA RTX PRO 4500 Blackwell Server Edition GPUs, delivering up to 4.6x AI inference performance over G6. These instances offer 32 GB GPU memory per card, 5th Generation Tensor Cores, and networking speeds up to 700 Gbps with EFA. The addition of up to 7.6 TB of local NVMe storage allows large models to remain close to compute without over-provisioning.

  • Deploy generative AI models with 4.6x higher inference performance compared to G6 instances.
  • Access 700 Gbps EFA-enabled networking for faster multi-node training and inference.
  • Store large models locally using up to 7.6 TB NVMe SSDs to reduce latency.
  • Avoid model quantization and over-provisioning with 32 GB GPU memory per device.
BY THE NUMBERS4.6x Inference Performance Boost4.6xPerformance over G6 instancesPowered by NVIDIA RTX PRO 4500 GPUs
The Register general ↺ since 07-24

Microsoft fiber maintenance outage takes out 27 Azure California services

A maintenance error involving fiber optics caused an outage in Azure California for nearly five hours. The incident immediately impacted 27 distinct services, highlighting the fragility of physical layer dependencies in cloud infrastructure. This event underscores the risks associated with routine operational changes in critical connectivity paths.

  • Fiber maintenance errors can cause immediate, widespread service disruptions.
  • 27 Azure services were affected during the near-five-hour California outage.
  • Physical layer changes require rigorous validation to prevent cascading failures.
  • Outages often stem from operational mistakes rather than complex software bugs.
AWS What's New awsdatabase ↺ since 07-23

EKS Auto Mode and Karpenter now support EFA and placement groups

Amazon EKS has added support for Elastic Fabric Adapter (EFA) and EC2 placement groups within EKS Auto Mode and Karpenter node pools. This update allows users to optimize distributed training and inference workloads by controlling instance physical distribution and network interface configurations. Administrators can now specify EFA-only or standard ENI settings on EFA-capable instances, offering finer control over VPC IP utilization.

  • EKS Auto Mode and Karpenter now natively support EFA and placement groups.
  • Optimize distributed training and inference workloads with better network control.
  • Configure EFA-only interfaces to conserve VPC IP addresses on EFA instances.
  • Control physical instance distribution across AWS infrastructure for availability.
TRADE-OFFEKS Network Control OptionsStandard ENIUses default network interfacesHigher VPC IP usageStandard connectivityEFA OnlyOptimizes distributed trainingConserves VPC IP addressesControls physical distributionvs
AWS Database Blog awsdatabase ↺ since 07-23

Amazon Timestream for InfluxDB 3 Enterprise adds multi-node scaling

AWS has enabled multi-node scaling for Amazon Timestream for InfluxDB 3 Enterprise, allowing clusters to expand to 15 nodes with distinct roles for ingestion, querying, and compaction. The update provides guidance on choosing between vertical and horizontal scaling strategies to balance stability and cost. This capability lets teams isolate workload components to better match specific demand patterns.

  • Clusters now support up to 15 nodes with dedicated roles for ingestion, query, and compaction.
  • Separating roles allows right-sizing individual components rather than scaling the entire cluster.
  • Guidance is provided for deciding when to scale vertically versus horizontally.
  • Isolating workloads helps optimize both system stability and infrastructure costs.