Idan Eldar ; Nofar Carmeli ; Benny Kimelfeld - Direct Access for Answers to Conjunctive Queries with Aggregation

lmcs:14831 - Logical Methods in Computer Science, April 21, 2026, Volume 22, Issue 2 - https://doi.org/10.46298/lmcs-22(2:9)2026
Direct Access for Answers to Conjunctive Queries with AggregationArticle

Authors: Idan Eldar ; Nofar Carmeli ; Benny Kimelfeld

We study the fine-grained complexity of conjunctive queries with grouping and aggregation. For common aggregate functions (e.g., min, max, count, sum), such a query can be phrased as an ordinary conjunctive query over a database annotated with a suitable commutative semiring. We investigate the ability to evaluate such queries by constructing in loglinear time a data structure that provides logarithmic-time direct access to the answers ordered by a given lexicographic order. This task is nontrivial since the number of answers might be larger than loglinear in the size of the input, so the data structure needs to provide a compact representation of the space of answers. In the absence of aggregation and annotation, past research established a sufficient tractability condition on queries and orders. For queries without self-joins, this condition is not just sufficient, but also necessary (under conventional lower-bound assumptions in fine-grained complexity).

We show that all past results continue to hold for annotated databases, assuming that the annotation itself does not participate in the lexicographic order. Yet, past algorithms do not apply to the count-distinct aggregation, which has no efficient representation as a commutative semiring; for this aggregation, we establish the corresponding tractability condition. We then show how the complexity of the problem changes when we include the aggregate and annotation value in the order. We also study the impact of having all relations but one annotated by the multiplicative identity (one), as happens when we translate aggregate queries into semiring annotations, and having a semiring with an idempotent addition, such as the case of min, max, and count-distinct over a logarithmic-size domain.


Volume: Volume 22, Issue 2
Secondary volumes: Selected Papers of the 27th International Conference on Database Theory (ICDT 2024)
Published on: April 21, 2026
Accepted on: November 6, 2025
Submitted on: November 22, 2024
Keywords: Databases, Data Structures and Algorithms, Logic in Computer Science