Dominik Moritz

Results 1544 comments of Dominik Moritz

I didn't do an in-depth analysis but in some quick comparisons it looks like query results are resolved more quickly. The network manager also shows queries running in parallel. Here...

I tested the (at least casually) the flight 200k and 10m examples on * node sever socket and rest * python server socket and rest * wasm There is a...

Added logic to prevent multiple parallel exec requests and also added a unit test.

Updated the code to address your comments. > However, the socket connector includes its own blocking, forcing sequential query execution. We need to revisit that. I tested with the ws...

Yes, that would be nice. I don't see an obvious way right now to do that, though. When we get a result on the socket, we just send binary so...

I filed https://github.com/uwdata/mosaic/issues/547 as a follow up.

@jheer this is undoing your change from https://github.com/vega/vega/pull/2182/files. Do you recall the reasoning for returning the unadjusted stop?

@jheer does this make sense? Just want to clear a backlog of open prs from vega.

Happens in https://github.com/duckdb/duckdb-node/blob/874c0dddc152017174bf56fe69e5a4232ebcd0f5/src/statement.cpp#L387

For Vega-Lite, we use a [script to generate a TOC](https://github.com/vega/vega-lite/blob/master/scripts/generate-toc) on the main docs page: https://vega.github.io/vega-lite/docs/.