Skip to content

Commit

Permalink
Update duckdb.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bcogrel authored Feb 15, 2024
1 parent ff0f718 commit cb2667c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guide/databases/duckdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Through the [DuckDB](https://duckdb.org) connector, Ontop is able to construct V
- Accessing struct fields using the "dot operator" is not supported.
- The Ontop option `ontop.exposeSystemTables` is not supported for DuckDB, as the JBDC does not allow us to access system tables.
- DuckDB has a very specific [concurrency model](https://duckdb.org/faq#how-does-duckdb-handle-concurrency). In particular, it does not support concurrent multi-process read-write queries.
- DuckDB supports integrity constraints, but they tend to [costly for large tables](https://duckdb.org/docs/guides/performance/indexing). Consider instead specifying constraints using lenses for large datasets.

## Database Connection

Expand Down

0 comments on commit cb2667c

Please sign in to comment.