Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 9 | -55/+30 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: handle cases where non-binary operators are mixed in for optimizing ↵ | Robin Appelman | 2024-03-04 | 1 | -38/+15 |
| | | | | | | search queries Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: don't short circuit query optimizer | Robin Appelman | 2024-03-04 | 1 | -1/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add some comments for the distributive operation and add another test | Robin Appelman | 2024-02-16 | 1 | -4/+23 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add extra flatten step to improve "or eq" -> "in" optimization | Robin Appelman | 2024-02-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix types + autoloader | Robin Appelman | 2024-02-15 | 1 | -2/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add a search query step to split IN statements that are to large for oci | Robin Appelman | 2024-02-15 | 2 | -0/+34 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | hopefully improve propagation of 'path eq hash' hint into 'in' statements | Robin Appelman | 2024-02-15 | 2 | -4/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | optimize query pattern used by storage filter | Robin Appelman | 2024-02-15 | 6 | -5/+263 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | IFilesMetadata | Maxence Lange | 2023-11-07 | 1 | -2/+2 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | IFilesMetadata | Maxence Lange | 2023-11-07 | 1 | -2/+5 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | extend path-prefix optimizer to remove all cases of path_hash= when ↵ | Robin Appelman | 2023-01-11 | 3 | -13/+58 |
| | | | | | | encountering a path prefix filter Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | escape path prefix when doing cache jail search | Robin Appelman | 2022-11-02 | 1 | -6/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | generate a better optimized query for path prefix search filters | Robin Appelman | 2021-08-26 | 3 | -0/+140 |
Signed-off-by: Robin Appelman <robin@icewind.nl> |