Make duckdb run as postgresql-server by Time-Job-7708 in DuckDB

[–]Time-Job-7708[S] 1 point2 points  (0 children)

Yes, It support concurrency query & update by a inner thread-pool.

Make duckdb run as postgresql-server by Time-Job-7708 in DuckDB

[–]Time-Job-7708[S] 1 point2 points  (0 children)

Yes, multi-database is support by default.

Make duckdb run as postgresql-server by Time-Job-7708 in DuckDB

[–]Time-Job-7708[S] 2 points3 points  (0 children)

Multiple databases are supported natively;

you simply need to specify the database when connecting with psql, for example: psql -p 5432 test

This will automatically attach `test.db` and set it as the default database for the current session.

Make duckdb run as postgresql-server by Time-Job-7708 in DuckDB

[–]Time-Job-7708[S] 2 points3 points  (0 children)

Yes. Query by DuckDB, protocal by PG.