Removing ssql from query path added by andyjpb on Wed Nov 19 18:32:18 2014
Original: #;> (time (for-each (lambda x (account 'read "1:3")) (iota 6500))) 5.296s CPU time, 0.492s GC time (major), 3334265 mutations, 86/28886 GCs (major/minor) #;> (time (for-each (lambda x (account 'read "1:3")) (iota 6500))) 5.357s CPU time, 0.48s GC time (major), 3334265 mutations, 84/28888 GCs (major/minor) #;> (time (for-each (lambda x (account 'read "1:3")) (iota 6500))) 5.332s CPU time, 0.508s GC time (major), 3334265 mutations, 89/28883 GCs (major/minor) #;> (time (for-each (lambda x (account 'read "1:3")) (iota 6500))) 5.284s CPU time, 0.46s GC time (major), 3334265 mutations, 83/28889 GCs (major/minor) #;> (time (for-each (lambda x (account 'read "1:3")) (iota 6500))) 5.397s CPU time, 0.501s GC time (major), 3334283 mutations, 83/28889 GCs (major/minor) With pre generated SQL: #;> (time (for-each (lambda x (account 'read "1:3")) (iota 6500))) 0.3s CPU time, 220077 mutations, 0/655 GCs (major/minor) #;> (time (for-each (lambda x (account 'read "1:3")) (iota 6500))) 0.296s CPU time, 220077 mutations, 0/655 GCs (major/minor) #;> (time (for-each (lambda x (account 'read "1:3")) (iota 6500))) 0.296s CPU time, 220077 mutations, 0/655 GCs (major/minor) #;> (time (for-each (lambda x (account 'read "1:3")) (iota 6500))) 0.324s CPU time, 220077 mutations, 0/655 GCs (major/minor) #;> (time (for-each (lambda x (account 'read "1:3")) (iota 6500))) 0.296s CPU time, 220077 mutations, 0/655 GCs (major/minor)