Rio Zhu

Results 9 comments of Rio Zhu

Any update on this? @ejona86 I'm also experiencing very similar issue. When using a gRPC channel and async stub to send data, the first few `onNext(data)` takes a lot of...

> > I also try to "warmup" the channel by sending a dummy message before the real work, but it doesn't seem to help. Am I doing it incorrectly? >...

> Note that you need to prefix your connection string with `file:` for the various options to be interpreted properly. Also, you should not call `sql.Open` once per worker, as...

I tried to update the code according to the advice above, and tested it again, and here is the result: ``` root@fw0016589:/home/user/src/github.com/zzxgzgz/SQLite_Multithreading_Go# ./main 2022/03/16 14:41:39 Hello world! 2022/03/16 14:41:39 All...

> One thing I will suggest is running `pragma wal_checkpoint` after committing the insert transaction, as that will merge the WAL file back into the main database file, which will...

So I found a post online, and the OP was also trying to do some performance testing using SQLite and this library, here is the [link](https://www.cnblogs.com/liughost/p/6698205.html). I tried that code,...

> So I found a post online, and the OP was also trying to do some performance testing using SQLite and this library, here is the [link](https://www.cnblogs.com/liughost/p/6698205.html). I tried that...

Hi, Is there any update on this one? I think I am encountering the same problem here. I'm using a `TracingServerInterceptor` to trace my gRPC server, and it seems like...

Hi @lancewolves, thank you very much for sharing. I am also interesting in this question, the `rcvd` variable is alway `1`, I'm not sure under which situation will it be...