credativ® Blog

Here you will find interesting news about industry-specific topics and us.

Categories
Category
Tags

Categories

Tags

Category: PostgreSQL®

25 January 2026

What are the most important PostgreSQL data types?

PostgreSQL offers numeric, text, time, and special data types for optimal performance.

Read more

23 January 2026

What PostgreSQL licensing terms apply?

PostgreSQL uses a permissive BSD-like license—free for commercial use without copyleft restrictions.

Read more

16 January 2026

What is PostgreSQL? The complete beginner's guide

PostgreSQL Beginner's Guide: Installation, configuration, and business benefits of the free open-source database explained.

Read more

06 January 2026

Dissecting PostgreSQL Data Corruption

PostgreSQL 18 made one very important change – data block checksums are now enabled by default for new clusters at cluster initialization time. I already wrote about it in my previous article. I also mentioned that there are still many existing PostgreSQL installations without data checksums enabled, because this was the default in previous versions. […]

Read more

15 December 2025

PostgreSQL 18 Asynchronous Disk I/O - Deep Dive Into Implementation

PostgreSQL 17 introduced streaming I/O – grouping multiple page reads into a single system call and using smarter posix_fadvise() hints. That alone gave up to ~30% faster sequential scans in some workloads, but it was still strictly synchronous: each backend process would issue a read and then sit there waiting for the kernel to return […]

Read more