Hans-Jürgen Schönig is the CEO of Cybertec Schönig & Schönig GmbH (http://www.postgresql-support.de). He has over 15 years of PostgreSQL experience
JSON has emerged as the standard format to power the Internet. Most modern APIs use JSON and provide users with an easy way to communicate with a web service.
PostgreSQL offers two data types to manage JSON directly in the database: “json” and “jsonb”. The…
PostgreSQL is a fast database, however. In some cases badly optimized SQL can create serious performance issues.
The main question now is: How can people track down performance problems to improve the speed of your PostgreSQL database? In…