Avinash Sajjanshetty

Results 89 comments of Avinash Sajjanshetty

Hey. Error handling in streaming would be same as non streaming RPC calls

Thanks for educating me @long1eu, I assumed it would be same since it is same across all languages.

@mfickett would you be interested in sending a PR? (sorry for responding so late)

Does only Go supports this? I can't seem to find much details for other languages.

Hey! So, gRPC docs finally added few more details on rich error handling - https://grpc.io/docs/guides/error/#richer-error-model According to the docs: > This richer error model is already supported in the C++,...

@WorldMaker hey, could you send this code as a PR?

I ran this locally, this is quite slow. Do let me know if i am missing something. 1. First I manually created a DB, created a table. 2. Then I...

I had tried with them too, but it did not make much difference: ```shell #!/bin/sh sqlite3 pure_sql.db

> Interestingly, I tried without random() calls and hardcoded some numbers, and it was even faster: Someone else did a flamegraph, I think some good time is being spent in...

Hey! Thanks for the PR. I ran the code, I don't see much difference 🤔 ```sh Mon Jul 26 19:41:26 IST 2021 [RUST] threaded_batched.rs (100_000_000) inserts real 0m34.875s user 0m46.887s...