Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use DuckDB as a datastore #1952

Open
msimanga opened this issue Aug 11, 2023 · 0 comments
Open

Use DuckDB as a datastore #1952

msimanga opened this issue Aug 11, 2023 · 0 comments

Comments

@msimanga
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant