tokio: select dict_10_optional from t time: [5.3199 ms 5.4378 ms 5.5711 ms] scheduled: select dict_10_optional from t time: [5.5913 ms 5.5936 ms 5.5959 ms] tokio: select dict_100_optional from t time: [5.2938 ms 5.3395 ms 5.3889 ms] scheduled: select dict_100_optional from t time: [7.1240 ms 7.1581 ms 7.1924 ms] tokio: select dict_1000_optional from t time: [5.5552 ms 5.6603 ms 5.7775 ms] scheduled: select dict_1000_optional from t time: [5.7906 ms 5.7992 ms 5.8079 ms] tokio: select count(*) from t where dict_10_required = 'prefix#0' time: [7.8607 ms 7.9004 ms 7.9478 ms] scheduled: select count(*) from t where dict_10_required = 'prefix#0' time: [6.7696 ms 6.7918 ms 6.8139 ms] tokio: select count(*) from t where dict_100_required = 'prefix#0' time: [6.9973 ms 7.0076 ms 7.0181 ms] scheduled: select count(*) from t where dict_100_required = 'prefix#0' time: [5.6417 ms 5.6538 ms 5.6660 ms] tokio: select count(*) from t where dict_1000_required = 'prefix#0' time: [6.6611 ms 6.6847 ms 6.7078 ms] scheduled: select count(*) from t where dict_1000_required = 'prefix#0' time: [5.2287 ms 5.2418 ms 5.2547 ms] tokio: select i64_optional from t where dict_10_required = 'prefix#2' and dict_1000_required = 'pref... time: [12.995 ms 13.033 ms 13.071 ms] scheduled: select i64_optional from t where dict_10_required = 'prefix#2' and dict_1000_required = '... time: [12.485 ms 12.503 ms 12.522 ms] tokio: select i64_required from t where dict_10_required = 'prefix#2' and dict_1000_required = 'pref... time: [15.192 ms 15.363 ms 15.537 ms] scheduled: select i64_required from t where dict_10_required = 'prefix#2' and dict_1000_required = '... time: [12.311 ms 12.335 ms 12.361 ms] tokio: select string_optional from t where dict_10_required = 'prefix#1' and dict_1000_required = 'p... time: [47.337 ms 48.098 ms 48.909 ms] scheduled: select string_optional from t where dict_10_required = 'prefix#1' and dict_1000_required ... time: [46.370 ms 47.035 ms 47.764 ms] tokio: select string_required from t where dict_10_required = 'prefix#1' and dict_1000_required = 'p... time: [68.704 ms 70.327 ms 72.029 ms] scheduled: select string_required from t where dict_10_required = 'prefix#1' and dict_1000_required ... time: [64.688 ms 65.617 ms 66.704 ms] tokio: select distinct dict_10_required from t where dict_1000_optional is not NULL and i64_optional... time: [16.331 ms 16.573 ms 16.838 ms] scheduled: select distinct dict_10_required from t where dict_1000_optional is not NULL and i64_opti... time: [15.729 ms 15.820 ms 15.928 ms] tokio: select distinct dict_10_required from t where dict_1000_optional is not NULL and i64_optional... #2 time: [16.361 ms 16.674 ms 17.023 ms] scheduled: select distinct dict_10_required from t where dict_1000_optional is not NULL and i64_opti... #2 time: [14.922 ms 15.074 ms 15.221 ms] tokio: select distinct dict_10_required from t where dict_1000_optional is not NULL and i64_required... time: [13.356 ms 13.377 ms 13.398 ms] scheduled: select distinct dict_10_required from t where dict_1000_optional is not NULL and i64_requ... time: [13.310 ms 13.325 ms 13.341 ms] tokio: select distinct dict_10_required from t where dict_1000_optional is not NULL and i64_required... #2 time: [13.287 ms 13.360 ms 13.435 ms] scheduled: select distinct dict_10_required from t where dict_1000_optional is not NULL and i64_requ... #2 time: [12.963 ms 13.051 ms 13.134 ms] tokio: select dict_10_optional, count(*) from t group by dict_10_optional time: [18.714 ms 18.786 ms 18.882 ms] scheduled: select dict_10_optional, count(*) from t group by dict_10_optional time: [16.193 ms 16.262 ms 16.334 ms] tokio: select dict_10_optional, dict_100_optional, count(*) from t group by dict_10_optional, dict_1... time: [43.035 ms 43.147 ms 43.260 ms] scheduled: select dict_10_optional, dict_100_optional, count(*) from t group by dict_10_optional, di... time: [41.267 ms 41.415 ms 41.562 ms] tokio: select dict_10_optional, dict_100_optional, MIN(f64_required), MAX(f64_required), AVG(f64_req... time: [63.736 ms 64.175 ms 64.698 ms] scheduled: select dict_10_optional, dict_100_optional, MIN(f64_required), MAX(f64_required), AVG(f64... time: [60.504 ms 60.860 ms 61.238 ms] tokio: select dict_10_optional, dict_100_optional, MIN(f64_optional), MAX(f64_optional), AVG(f64_opt... time: [78.482 ms 78.782 ms 79.075 ms] scheduled: select dict_10_optional, dict_100_optional, MIN(f64_optional), MAX(f64_optional), AVG(f64... time: [72.623 ms 73.090 ms 73.566 ms] tokio: select dict_10_required, dict_100_required, MIN(f64_optional), MAX(f64_optional), AVG(f64_opt... time: [68.235 ms 68.475 ms 68.729 ms] scheduled: select dict_10_required, dict_100_required, MIN(f64_optional), MAX(f64_optional), AVG(f64... time: [66.295 ms 66.594 ms 66.904 ms]