J. Nick Koston
95fcdc5684
Speed up sql queries where ORM rows are not needed ( #91839 )
...
* Speed up logbook and history queries where ORM rows are not needed
This avoids having sqlalchemy wrap Result in ChunkedIteratorResult
which has additional overhead we do not need for these cases
* more places
* anything that uses _sorted_statistics_to_dict does not need orm rows either
2023-04-21 23:28:07 -04:00
..
2023-03-22 16:03:41 -10:00
2023-02-07 14:20:06 +01:00
2023-04-21 23:28:07 -04:00
2023-02-26 14:41:16 -06:00
2023-02-20 11:42:56 +01:00
2023-04-21 10:07:31 +02:00
2023-03-27 13:53:14 +02:00
2023-02-20 16:57:12 +01:00
2023-02-17 19:13:48 +01:00
2023-03-29 21:58:25 +02:00
2023-04-20 13:55:26 -04:00
2023-04-04 00:06:51 -04:00
2023-04-13 17:03:52 +02:00
2023-02-15 14:09:50 +01:00
2023-03-28 22:56:51 +02:00
2023-04-21 21:44:14 +03:00
2023-04-17 08:41:25 -04:00
2023-02-21 09:27:13 +01:00
2023-04-07 11:38:17 +02:00
2023-02-21 09:27:13 +01:00
2023-02-15 14:09:50 +01:00
2023-02-21 09:27:13 +01:00
2023-02-21 09:27:13 +01:00
2023-02-21 09:27:13 +01:00
2023-03-17 10:22:02 +01:00
2023-02-21 09:27:13 +01:00
2023-02-21 09:27:13 +01:00
2023-02-10 10:23:26 -05:00