Skip to content

Use DuckDB as a datastore #1952

@msimanga

Description

@msimanga

DuckDB is a fairly recent entrant into the embedded database scene. One of it's strengths is you can query parquet files and it is a column store database suited to OLAP workloads.

I was able to create a DuckDB datastore using the DuckDB JDBC driver following instructions for DBeaver here

DataCleader does not pick up the tables in DuckDB database. As far as I can tell I think these are the relevant error lines:

10:40:19.405 [AWT-EventQueue-0] INFO o.a.m.jdbc.JdbcMetadataLoader - No table metadata records returned for schema 'information_schema' 10:40:19.405 [AWT-EventQueue-0] INFO o.a.m.jdbc.JdbcMetadataLoader - No table metadata records returned for schema 'information_schema' 10:40:19.408 [AWT-EventQueue-0] INFO o.a.m.jdbc.JdbcMetadataLoader - No table metadata records returned for schema 'main' 10:40:19.408 [AWT-EventQueue-0] INFO o.a.m.jdbc.JdbcMetadataLoader - No table metadata records returned for schema 'main' 10:40:19.410 [AWT-EventQueue-0] INFO o.a.m.jdbc.JdbcMetadataLoader - No table metadata records returned for schema 'pg_catalog' 10:40:19.410 [AWT-EventQueue-0] INFO o.a.m.jdbc.JdbcMetadataLoader - No table metadata records returned for schema 'pg_catalog'

Anyone have any success using DuckDB?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions