postgres16

Comparing Ora2Pg vs CYBERTEC Migrator: Which PostgreSQL Migration Tool is Right for You?

Introduction: Migrating from Oracle to PostgreSQL is a critical step for many organizations looking to embrace open-source technologies, reduce costs, and gain greater flexibility. However, the path to a seamless migration can be challenging, often hinging on the right tools … Read More

Logical replication from Standbys

Introduction: One of the most useful features in PostgreSQL 16 is the ability to perform logical replication from physical replication standbys. This feature allows users to stream data to other PostgreSQL instances, giving developers new options for workload distribution. Additionally, … Read More

Bulk loading with COPY in PostgreSQL 16

Introduction: At OpenSource DB, we work with Customers on various Data Engineering projects, and among the many critical aspects of data warehousing, the efficient and rapid movement of data is paramount. This is where PostgreSQL’s COPY feature shines. COPY is … Read More