Ning Sun

Results 315 comments of Ning Sun

Thank you for reporting. I haven't got chance to work on performance of pgwire. I will do some profile to find out the bottleneck. Contribution is welcomed if you are...

In #94 I'm adding `tcp_nodelay` to client socket by default, according to my `pgbench` test the performance is now on par with postgresql.

Sorry for late response. I have been super busy these days. At greptime we haven't cover this part on postgres interface. I'm going to check the code again but iirc...

I just improved performance of DataRowEncoder in #165 and it should have twice throughtput in some cases.

Sorry for doc missing. Also there's API issue in passing background color and other options to the leaflet plugin. I will try to correct on this weekend.

When working with valuable in handlebars, I may have a case for this issue as well. During a template rendering process, some intermediate values are computed and are owned by...

https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md OTLP protocol

@Neustradamus Thank you for the information. Do you know if this is supported in original postgresql? How about its support on client side? I will leave this open for someone...

Got it. I will be waiting for a wider adoption of this feature to ensure typical postgres clients will work for pgwire.

@hawkw I think I need for both. I'm trying to construct a `Structable` from a JSON object, which may have dynamic fields that are determined at runtime, in order to...