weave icon indicating copy to clipboard operation
weave copied to clipboard

chore(weave): Implement end-to-end streaming of calls (weave)

Open tssweeney opened this issue 9 months ago • 1 comments

Introduces a new streaming method off of the batched server: calls_query_stream which is consumed in https://github.com/wandb/core/pull/21428. This method returns calls as an iterator, and importantly, fetches rows from clickhouse using a chunked stream. This means that we no longer need to load the entire results in memory to serve it to the user!

tssweeney avatar May 10 '24 05:05 tssweeney