Month: 3 hours ago

Learning resources

How to Migrate MySQL to PostgreSQL: Step-by-Step

MySQL and PostgreSQL are the two most widely used open source relational databases, and the comparison keeps coming up — in benchmarks, in conference talks, and in migration tickets. Recent head-to-head tests continue to show PostgreSQL pulling ahead on advanced query features, JSON handling, and indexing flexibility. If your team has been considering a move, […]

David Sterling 
postgresql

PostgreSQL 19 Beta 2 Lands with Property Graphs, Temporal SQL

The PostgreSQL Global Development Group has announced PostgreSQL 19 Beta 2, released July 16, 2026, with native SQL property-graph support, application-time (temporal) table operations, and a wave of performance and security changes. The second beta of version 19 is a feature preview ahead of general availability, which the project targets for September/October 2026. For teams […]

David Sterling