randgen team mailing list archive
-
randgen team
-
Mailing list archive
-
Message #00109
[Bug 793439] Re: Feature request: socket connections for RQG
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.
--
You received this bug notification because you are a member of Random
Query Generator Team, which is subscribed to Random Query Generator.
https://bugs.launchpad.net/bugs/793439
Title:
Feature request: socket connections for RQG
Status in SQL Generator for testing SQL servers (MySQL, JavaDB, PostgreSQL):
New
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.
References