skip to content
Pradeep Chhetri

Software Engineer. Writing about databases, infrastructure, and distributed systems.

Main navigation

  • Home
  • Blog
  • TIL
GitHub LinkedIn RSS

Tag: duckdb

← All blog posts

  • Databases to keep an eye on

    Jan 4, 2022

    Database market is huge and is constantly evolving. Databases being the centre of all applications, is one of the key component whose performance directly impact the product. We not only find start...

  • OLAP Databases

    Oct 5, 2020

    Recently, I came across a new embedded analytics database, DuckDB which I found inspired from two of my favorite ones SQLite and ClickHouse. DuckDB looked very interesting since I find that it fill...

  • DuckDB: Query SQLite and PostgreSQL Data

    Oct 4, 2020

    DuckDB can query data stored in SQLite and PostgreSQL using SQLiteScanner and PostgresScanner respectively. DuckDB claims reads via DuckDB client will be faster than reads via their respective data...

© 2026 Pradeep Chhetri