| ▲ | the_optimist 7 months ago | |
What’s the situation where this is useful? Seems like ‘replace your remote duckDB instance—used to replace a DB server—with duckDB instance + a flight server (or a bunch of them!)’. Who has a problem for which this is the solution? | ||
| ▲ | simlevesque 7 months ago | parent | next [-] | |
A Flight server paired with duckdb is a good way to get concurrent writes. | ||
| ▲ | percevalve 7 months ago | parent | prev [-] | |
if I got it correct, it helps connect to a wide array of backends, and even function calling. You can then directly use SQL to work with data from all those at the same time. The working assumptions then becomes that SQL is a dialect that has a wider adoption then python for example... Making an educated guess here. | ||