nextcloud/lib/private/DB/QueryBuilder/Partitioned
Carl Schwan 1dc363581f fix: get all available previews on Oracle
Split the DB requests in chunk of 1000 and use INNER JOIN instead of IN
as this is better supported on all DB.

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-10-23 14:10:15 +02:00
..
InvalidPartitionedQueryException.php feat: add option to automatically partition queries by specific tables 2024-08-28 10:18:53 +02:00
JoinCondition.php chore: Apply php:cs recommendations 2024-08-28 10:44:18 +02:00
PartitionedQueryBuilder.php fix: get all available previews on Oracle 2025-10-23 14:10:15 +02:00
PartitionedResult.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
PartitionQuery.php feat: implement distributing partitioned queries over multiple shards 2024-08-28 10:21:19 +02:00
PartitionSplit.php feat: add option to automatically partition queries by specific tables 2024-08-28 10:18:53 +02:00