Tag: postgresql
-
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...