PostgreSQL JSONB performance analysis using IMDB dataset. Includes data parsing from actors.list.txt, JSONB query examples, access time measurements across the 2KB TOAST threshold, and update impact analysis. Demonstrates the performance characteristics of PostgreSQL's JSONB storage with visualizations and detailed findings.
-
Updated
Mar 18, 2025 - Python