Julien Viet

Results 1278 comments of Julien Viet

thanks. > On 17 Oct 2019, at 11:56, Markus Padourek wrote: > > Ok I will put up a full reproduction case, to illustrate exactly what I am talking about....

@doppelrittberger can you elaborate why this feature would allow to implement the case you describe and currently that is not possible?

you can convert directly a Vert.x JsonObject to a POJO with Jackson using `JsonObject#mapTo`, this will not convert the `JsonObject` to a string and reuse the already parsed object. likewise...

I believe that such SPI should not be targeting specific application classes and I'm not keen on having such SPI. The changes you describe does not seem to be more...

can you describe your precise use case ?

so you want to interact with the JSONB type using byte[] or strings instead of Vert.x JSON object ?

I will see if we can interact with JSON using a byte[] or string easily using the tuple API.

it seems more related to GC and the fact that you put a lot of load on the GC as you are submitting very large batches. can you try using...

I think the issue is that your case needs to allocate too much memory at the same time because it is a batch.

can you provide a PR ? On Thu, Jun 23, 2022 at 11:59 AM azurvii ***@***.***> wrote: > > https://github.com/eclipse-vertx/vertx-sql-client/blob/17719e5db4d305ebeb5f0feac40b11277f0bcd90/vertx-sql-client/src/main/java/io/vertx/sqlclient/Pool.java#L186 > > Should be withConnection, not withTransaction. > > —...