top | item 44069038 (no title) the_optimist | 9 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? discuss order hn newest simlevesque|9 months ago A Flight server paired with duckdb is a good way to get concurrent writes. percevalve|9 months ago 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.
percevalve|9 months ago 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.
simlevesque|9 months ago
percevalve|9 months ago
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.