Tag: postgresql
All the articles with the tag "postgresql".
-
JSON vs JSONB in PostgreSQL
PostgreSQL offers both JSON and JSONB types for flexible schemas. Discover how JSONB binary format, TOAST compression, and GIN indexes make it the superior choice for querying, while JSON remains ideal for simple storage.
-
High-Throughput Log Ingestion with TimescaleDB
Learn how TimescaleDB enables high-throughput log ingestion by automatically chunking data and why splitting tables improves performance for time-series workloads.