migrations

Tech Optimizer
July 3, 2026
Percona has formed a strategic alliance with HexaCluster to assist organizations in migrating from proprietary databases to open-source alternatives, specifically PostgreSQL, MySQL, and MariaDB. The partnership combines Percona's migration assessment and production support with HexaCluster's migration software for diverse database environments. The migration process will begin with a comprehensive assessment by Percona to outline the scope and plan the transition. Percona will lead the migration efforts, while HexaCluster will provide software solutions for complex migrations. This collaboration aims to help enterprises reduce costs associated with proprietary databases and minimize risks during migration. HexaCluster specializes in PostgreSQL migration and offers tools for migration assessment, schema conversion, data migration, and live replication. Percona supports various database systems and emphasizes open-source solutions to give organizations more control over their data infrastructure.
Tech Optimizer
June 18, 2026
Organizations are increasingly adopting EnterpriseDB's EDB Postgres AI platform due to a rising demand for enhanced control over data in AI systems, particularly in sectors like banking, insurance, retail, and trading. Research from MIT Technology Review Insights indicates that prioritizing AI and data sovereignty significantly predicts success in AI initiatives, with such organizations achieving five times the return on investment. In South Korea, the Industrial Bank of Korea migrated 15 core systems to EDB Postgres AI, citing significant reductions in licensing costs compared to Oracle and improved scalability for future AI services. Shinhan EZ Insurance transitioned its core system to the public cloud using EDB, overcoming challenges related to legacy database licensing and emphasizing the importance of operational stability. Beyond finance, companies like MNTN, Euronext FX, and Kyobo Book Centre have adopted the platform to reduce vendor reliance, manage data workloads, and enhance compliance control. MNTN uses EDB for large-scale analytical processing, Euronext FX has implemented it across four data centers, and Kyobo Book Centre migrated from a costly data warehouse to the EDB solution. A common trend among these deployments is the use of a single Postgres-based platform for transactional processing, analytics, and AI tasks, reflecting an industry initiative to simplify operations and reduce costs. Hensley noted the critical convergence of AI systems with operational data, as AI agents operate against live data in high-volume workflows, highlighting the drawbacks of using separate platforms for transactions and analytics. EnterpriseDB has also received industry accolades for its data management and contributions to the open-source community, reinforcing its market position.
Tech Optimizer
June 6, 2026
Supabase has secured 0 million in Series F funding, raising its post-money valuation to .5 billion. The funding round was led by GIC, with participation from investors including Accel, Y Combinator, Craft, Felicis, Peak XV, Coatue, Stripe, and Salesforce Ventures. This follows a Series E round just seven months prior, bringing the total capital raised to over 0 million. Supabase's user base has more than doubled since the Series E, with a 600% year-over-year increase in databases. The platform currently has over 250,000 customers and has seen a 370% growth in customer adoption for its Supabase for Platforms service. Supabase has also released a preview of Multigres, an open-source scaling layer for Postgres, which is available under the Apache 2.0 license. Founded in 2020, Supabase serves over 9 million developers and offers a comprehensive backend solution.
Tech Optimizer
June 5, 2026
Supabase has secured 0 million in Series F funding, raising its post-money valuation to .5 billion. The funding round was led by GIC, with participation from existing investors including Accel, Y Combinator, Craft, Felicis, Peak XV, and Coatue. Stripe made a second investment in Supabase, and Salesforce Ventures also participated in this round. This funding comes seven months after Supabase's Series E, bringing the total capital raised to over 0 million. The user base has more than doubled since Series E, with a 600% increase in databases year-over-year. Supabase currently serves over 250,000 customers, with a significant number using its infrastructure for AI applications. Supabase for Platforms has seen a 370% growth in customer adoption in the last six months. The company has introduced Multigres, an open-source scaling layer for Postgres, which offers horizontal scaling, sharding, zero-downtime migrations, and high availability while remaining compatible with the Postgres ecosystem.
Winsage
June 4, 2026
Active Directory Certificate Services (ADCS) now supports the generation of post-quantum certificates, enhancing quantum-safe cryptography within Windows' secure connection protocols. Microsoft has integrated PQ TLS hybrid key exchange into the Windows Transport Layer Security (TLS) stack, providing protection against "Harvest Now, Decrypt Later" attacks. The PQ TLS hybrid key exchange combines traditional cryptographic methods with the NIST ML-KEM algorithm, offering three hybrid combinations: X25519MLKEM768, SecP256r1MLKEM768, and SecP384r1_MLKEM1024. This feature is available in preview via the Windows Insider Program and will be rolled out to Windows 11 and Windows Server. Additionally, Windows cryptography APIs now support composite ML-KEM and ML-DSA algorithms, which are NIST-approved standards for key exchange and digital signatures, enhancing security by requiring multiple components to be compromised. Microsoft emphasizes the importance of establishing new Certification Authorities (CAs) for implementing post-quantum certificate issuance, as existing CAs cannot be upgraded. The introduction of ML-DSA support within ADCS allows organizations to counter HNDL risks associated with long-lived data. Organizations are encouraged to inventory their use of public-key cryptography, prioritize systems protecting sensitive data, and test hybrid and composite approaches in non-production environments to facilitate a smooth transition to quantum-safe cryptography.
Tech Optimizer
June 2, 2026
Pravin, who leads engineering for Amazon Aurora, shared an anecdote about his son and friends using AI-assisted coding tools to develop an app without needing to worry about database setup. Elizabeth from AWS Databases noted that teams can now deliver projects in days instead of months, with a broader demographic of builders, including analysts and designers. Engineers in Pravin's organization are creating agents that significantly reduce on-call work, and product managers are drafting documents more efficiently. Aurora aims to address the challenges posed by rapid development changes by adhering to three core principles: meeting developers where they work, absorbing workload variability, and growing with applications. Aurora PostgreSQL is integrated into AI coding tools, allowing developers to set up databases quickly. It features a serverless model that automatically scales to meet fluctuating demands, accommodating workloads from small projects to large-scale applications. The database supports existing tools and frameworks, ensuring compatibility and easing migration challenges. Examples of successful transitions to Aurora PostgreSQL include SurveySparrow, which achieved cost savings and improved query latency, and Netflix, which reported significant performance improvements. Aurora's flexibility allows developers to use both serverless and provisioned instances within the same cluster, optimizing operations without data migration. It also provides options for tuning performance and maintaining an up-to-date database with minimal disruption. Aurora Global Database enables applications to expand across regions without overhauling the data layer, supporting cross-region disaster recovery and low-latency reads. Companies like S&P Dow Jones Indices and DraftKings have successfully leveraged Aurora to support their growth and operational needs. Aurora PostgreSQL is designed to empower developers, facilitating innovation across various project scales.
Tech Optimizer
May 18, 2026
Google is integrating artificial intelligence into PostgreSQL engineering while ensuring engineers remain responsible for their code contributions. This initiative aims to improve productivity and streamline processes, particularly in version upgrades, replication behavior, and production recovery. Sailesh Krishnamurthy, Google Cloud's VP of Databases, emphasized the importance of human oversight in this AI-driven approach. Between July and December 2025, Google's PostgreSQL engineering focused on logical replication, improvements to pg_upgrade, and upstream bug fixes. Logical replication allows selective database change transfers, which is beneficial for migrations and upgrades. The roadmap includes Automatic Conflict Detection and logical replication of sequences to minimize manual synchronization issues. Enterprise teams are particularly interested in these developments due to the challenges posed by write collisions and misaligned sequence values. The demand for PostgreSQL services at Google is increasing due to migration needs from Oracle and SQL Server. Recent data shows PostgreSQL's rising popularity, ranking fourth in the DB-Engines ranking and gaining 8.37 points year over year, while its competitors experienced declines.
Tech Optimizer
May 18, 2026
Google is encouraging developers to use AI coding tools for open source projects like PostgreSQL, highlighting the productivity improvements seen internally. Sailesh Krishnamurthy, Vice President of Databases at Google Cloud, emphasized that developers remain accountable for their contributions, regardless of AI usage. The suitability of AI tools for open source projects is due to the accessibility of the codebase, which aids in training generative models. PostgreSQL is noted for its extensibility, allowing for rapid experimentation and innovation. A recent Stack Overflow survey identified PostgreSQL as the most favored database among developers in 2023, attributed to increased investments from major cloud providers. Microsoft has made significant contributions to PostgreSQL, including the development of pg_documentdb_core and pg_documentdb_api, and has introduced a distributed PostgreSQL database service called HorizonDB. Research from Gartner shows that only Microsoft has grown its market share among leading database vendors over the past 15 years, while Google and other cloud providers are shifting momentum towards open source solutions like PostgreSQL.
Search