Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/interconnect/proxy/README.ic-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ all of these.

#### spike: reuse domain socket connections

In current implmentation the domain socket connections are established in
In current implementation the domain socket connections are established in
`SetupInterconnect()` and closed in `TeardownInterconnect()`. For OLTP queries
it adds a significant overhead doing the connecting and registering logic. In
fact we are able to cache these connections, we only need to re-register on
Expand Down
Loading