DarkWanderer / ClickHouse.Client

.NET client for ClickHouse
MIT License
302 stars 58 forks source link

Support posting dynamically generated streams #479

Closed qed- closed 1 week ago

qed- commented 1 month ago

As described in #143, this allows large stream payloads to be written without having to materialize them up front, e.g. when uploading a huge file.

qed- commented 2 weeks ago

@DarkWanderer would you consider merging this PR? Happy to make changes if you have any feedback.

DarkWanderer commented 2 weeks ago

Hi. Will take a look this week

DarkWanderer commented 1 week ago

Looks good to me, thank you for your contribution!