[ https://forge.continuent.org/jira/browse/SEQUOIA-893?page=comments#action_13664 ]
Mathieu Peltier commented on SEQUOIA-893: ----------------------------------------- Result with mycluster_BUILD-29-BRANCH_sequoia-2_10 (2 nodes node54 and node55): [EMAIL PROTECTED] mycluster-undertest]# ./lib/private/console.sh -f /home/mathieu/console.txt sql client jdbc:mycluster://node54,node55/DB1 cts1 select count(*) from foo; +----------+ | count(*) | +----------+ | 1 | +----------+ Query executed in 0 s 62 ms . select count(*) from foo; +----------+ | count(*) | +----------+ | 1 | +----------+ Query executed in 0 s 9 ms . Exiting uni/cluster for MySQL controller console > when using the console, first query seems to be slow > ---------------------------------------------------- > > Key: SEQUOIA-893 > URL: https://forge.continuent.org/jira/browse/SEQUOIA-893 > Project: Sequoia > Type: Improvement > Components: CLI Console > Versions: Sequoia 3.0 beta1, Sequoia 2.10.4 > Reporter: Stephane Giron > Assignee: Mathieu Peltier > Fix For: Sequoia 2.10.5, Sequoia 3.0 > > > This is an example of this issue : > > select count(*) from t1 > +-----------------------+ > | count(*) | > +-----------------------+ > | 3 | > +-----------------------+ > Query executed in 0 s 83 ms . > > select count(*) from t1 > +-----------------------+ > | count(*) | > +-----------------------+ > | 3 | > +-----------------------+ > Query executed in 0 s 6 ms . > > select count(*) from t1 > +-----------------------+ > | count(*) | > +-----------------------+ > | 3 | > +-----------------------+ > Query executed in 0 s 5 ms . -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://forge.continuent.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
