Search

Search IconIcon to open search

PostgreSQL

Last updatedUpdated: by Jakub Žovák · 1 min read

Properties
created 19.10.2024, 09:19
modified 09.08.2025, 11:27
published Empty
sources Empty
topics PostgreSQL, Relational Databases, pgvector, Open Source Databases
authors Empty
ai-assisted No

W3schools:

PostgreSQL is an advanced relational database system that supports both relational (SQL) and non-relational (JSON) queries. Is free and open-source.

# PostgreSQL For Everything

There is a prevailing sentiment that PostgreSQL can be used to handle everything related to the data storage ranging from NoSQL to vector search.
Hacker News poston this topic. Github page with sources related to this.

# Plugins

  • pgvector - enables vector search capabilities

# Derivatives

  • TimescaleDB - a DB built on top of PostgreSQL that is optimized for dealing with time series data