Taking our experiences over the past 10 years migrating hundreds of Oracle databases, we’ve introduced the beta version of our EDB Postgres Migration...
The EDB Blog
Recent Posts


Quest Software recently released Toad Edge 2.0, which adds support for PostgreSQL and EDB Postgres. This reduces the time that DBAs and developers...

Picking up on our last post on moving databases to the cloud , now, let’s look at what is involved with migrating your database workload to the cloud...

I admit it: I invented force_parallel_mode. I believed then, and still believe now, that it is valuable for testing purposes. Certainly, testing...

This blog will continue the discussion of parallel query in PostgreSQL. In the previous blog of this series, we learned about parallel index scans,...

With so many workloads being migrated to the cloud, this is a question we get all the time. For anyone making this move there are many choices to...

I have been in Europe now for more than two weeks meeting a number of our customers and PostgreSQL users at the EDB Postgres Summer School. So far I...

EDB recently had the pleasure of inviting Noel Yuhanna to present at a webinar we hosted— Databases in the Cloud: Today's Realities and Tomorrow's...

Before PostgreSQL 10, Postgres users partitioned their data using inheritance based partitioning. The method used constraints to define the...

Cost based optimization A query may be executed in many different ways, modeled as plans in the query optimizer, differing in resources required and/...