[ https://forge.continuent.org/jira/browse/SEQUOIA-893?page=comments#action_13665 ]
Stephane Giron commented on SEQUOIA-893: ---------------------------------------- This does not apply at the very first (read) query made against the cluster (which probably initializes some static objects at this timer). > 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
