Files
core/tests
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-15 14:09:50 +01:00
2023-02-15 14:09:50 +01:00