skip to content
Pradeep Chhetri

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

Main navigation

  • Home
  • Blog
  • TIL
GitHub LinkedIn RSS

Tag: postgresql

← All blog posts

  • 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...

  • PostgreSQL: Verifying Index Corruption

    Oct 4, 2020

    Although glibc has some breaking changing with every minor version release but with v2.28, there are lots of breaking changes which will corrupt almost all Postgres indexes. In order to identify br...

© 2026 Pradeep Chhetri