Skip to content

Vertx db parameter optimization#10909

Open
doxlik wants to merge 3 commits intoTechEmpower:masterfrom
doxlik:vertx-opt-1
Open

Vertx db parameter optimization#10909
doxlik wants to merge 3 commits intoTechEmpower:masterfrom
doxlik:vertx-opt-1

Conversation

@doxlik
Copy link

@doxlik doxlik commented Mar 20, 2026

This PR adds caching of Tuples in Vertx.

Tuple is immutable wrapper of arguments for prepared query. Considering it is Vertx specific abstraction it should be fully legit to cache them because effectively it is the same as if library would not have this abstraction and would accept just primitive values for arguments.

@doxlik
Copy link
Author

doxlik commented Mar 20, 2026

@vietj @tsegismont

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant