Part-DB-server/src/DataTables/Adapters
Jan Böhmer 4c4501073c Use a two step approach to retrieve part tables
This allows us to combine the fast filtering with the fetch joins, which should speed up the datatables a lot.
2023-07-23 21:48:38 +02:00
..
CustomFetchJoinORMAdapter.php Fixed some more phpstan issues 2023-06-18 00:00:58 +02:00
FetchResultsAtOnceORMAdapter.php Do not use fetch join, as even with the N+1 problem the queries are faster than with the very complex and slow expressions needed for the fetch Join pagination 2023-07-22 23:51:06 +02:00
TwoStepORMAdapater.php Use a two step approach to retrieve part tables 2023-07-23 21:48:38 +02:00