ftisiot ideas about food and life
who talks suggestions json-pg json-mysql

postgresql

Jan 6, 2023

How to check if JSON contains in PostgreSQL®?

PostgreSQL® offers two types of data types to handle JSON data, JSON and JSONB, and provides several different ways to check if a value/field from a JSON document:

Continue Reading

Jan 6, 2023

What are the differences between JSON or JSONB in PostgreSQL®?

PostgreSQL® offers two types of data types to handle JSON data:

  • JSON stores the JSON as text, performing a validation on the correctness of the JSON syntax
  • JSONB optimizes the JSON storage in a custom binary format. Therefore, on top of validating the correctness of the JSON format, time is spent to properly parse and store the content.

Continue Reading

Nov 30, 2022

PostgreSQL Community and you

I started following the #PGSQLPhriday initiative a couple months back but never had the time to properly sit down and write due to conference traveling. Therefore I was super happy to be at home this week and find out that PGSQL Phriday #003 theme is about the PostgreSQL community!

Continue Reading

Aug 11, 2022

Define a PostgreSQL database connection in JSON and import it in PGAdmin 4

How to define a database connection in a JSON file that can be imported in PG Admin 4

Continue Reading


Francesco Tisiot

Mastodon Francesco comes from Verona, Italy 🇮🇹 and works as a Staff Developer Advocate at Aiven. With his many years of experience as a data analyst, he has stories to tell and advice for data-wranglers everywhere. Francesco loves sharing knowledge with others as a speaker and writer, and is on a mission to defend the world from bad Italian food!!

  • ««
  • «
  • 1
  • 2
  • 3
  • 4
  • »
  • »»

Story logo

© 2024