Feature request: socket connections for RQG
Bug #793439 reported by
Roel Van de Paar
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Random Query Generator |
New
|
Undecided
|
Unassigned |
Bug Description
It would be great to be able to use socket connections instead of TCP only.
Socket connections are faster than (even localhost) tcp.
To post a comment you must log in.
Quite possibly the additional overhead from using TCP instead of sockets is negligible compared to the fact that Perl is a scripting language and the code that issues the actual queries and processes the results is written in Perl. Even portions of the DBI are written in perl and use various regular expressions against each query.