OffNet Newsroom

Daily topic roundup

Database Technology

Sunday, July 05, 2026 · 6 stories, curated & summarized — click any story for the source.

AWS What's New awsdatabase ↺ since 07-03

Amazon RDS IAM Auth Scales Connection Rate with Instance Resources

Amazon RDS now dynamically scales IAM database authentication connection rates based on available instance resources. This update enables enterprise workloads to handle high-volume connection patterns using IAM authentication without artificial limits. The capacity for new authentication requests is determined by the instance's current resources and specific workload characteristics.

  • IAM auth performance now scales with instance resources for high-volume patterns.
  • Connection limits depend on available resources and workload traits.
  • Reuse IAM principals or tokens to optimize authentication throughput.
  • Feature is generally available across all AWS Regions including GovCloud.

The enable_parallel_hash GUC allows parallel hash join workers to pool their memory to build a single shared hash table instead of each worker constructing its own independent copy. This architectural shift significantly lowers total memory consumption during parallel query execution. The optimization is particularly impactful for workloads that previously suffered from memory exhaustion due to redundant hash table creation across multiple workers.

  • Reduces total memory usage by sharing one hash table across all parallel workers
  • Prevents OOM errors in memory-constrained parallel hash join operations
  • Check enable_parallel_hash setting to ensure optimal memory utilization
  • Benefit is most pronounced in large-table joins with high parallelism degrees
Planet PostgreSQL database ↺ since 07-02

Recovering PostgreSQL Tables from Full Ransomware Attack Using PDU Dropscan

A field report details the recovery of core PostgreSQL tables after ransomware encrypted all database files and rendered system catalogs unusable. With only test-environment DDL available, the team adapted the PDU dropscan utility to match individual table files against known structures. This process allowed for the extraction of critical data directly from the raw file fragments.

  • System catalogs being unusable requires bypassing standard recovery tools.
  • PDU dropscan can be adapted to parse raw table files by structure.
  • Test-environment DDL is essential for mapping raw data to tables.
  • Full-file encryption necessitates low-level file scanning techniques.
The Register general ↺ since 07-04

Databricks Unifies OLTP and OLAP With Debatable Marketing Pitch

Databricks is pushing an LTAP architecture that attempts to merge online transactional and analytical processing workloads. The company relies on specific engineering choices to present this as a unified platform, though the definition of data consistency is under scrutiny. The approach suggests a shift in how data lakes can handle real-time updates alongside batch analytics.

  • Databricks claims to merge OLTP and OLAP via LTAP architecture
  • Engineering behind the scenes supports real-time data consistency
  • Marketing pitch questions the true definition of a single copy
  • Practitioners should evaluate if LTAP fits current hybrid workloads

Amazon RDS for Db2 now allows direct joining of database instances to self-managed Microsoft Active Directory domains hosted on-premises or in other clouds. This update enables Kerberos-based single sign-on without requiring AWS Managed Microsoft AD or establishing directory trusts. The change eliminates the overhead of managing a separate managed directory service for authentication.

  • Join RDS for Db2 instances directly to on-prem or cross-cloud self-managed AD domains
  • Use Kerberos for SSO without deploying AWS Managed Microsoft AD
  • Remove the need for directory trusts between AWS and external AD forests
  • Simplify authentication architecture for existing Db2 workloads on RDS

Percona argues that production MongoDB backups require more than familiar tools like volume snapshots or mongodump, which often fail when restoration is actually needed. The provider positions Percona Backup for MongoDB as a specialized solution designed to bridge the gap between basic backup strategies and reliable recovery. This approach aims to prevent the visibility of poor backup practices during critical failure moments.

  • Volume snapshots and mongodump lack reliability guarantees for complex production MongoDB environments.
  • Backup strategy effectiveness is only proven during actual restoration attempts.
  • Specialized tools like Percona Backup for MongoDB are positioned to handle production-grade consistency.
  • Teams should evaluate their current tools against actual recovery scenarios rather than familiarity.