English

Counting Problems over Incomplete Databases

Databases 2021-04-29 v2

Abstract

We study the complexity of various fundamental counting problems that arise in the context of incomplete databases, i.e., relational databases that can contain unknown values in the form of labeled nulls. Specifically, we assume that the domains of these unknown values are finite and, for a Boolean query qq, we consider the following two problems: given as input an incomplete database DD, (a) return the number of completions of DD that satisfy qq; or (b) return or the number of valuations of the nulls of DD yielding a completion that satisfies qq. We obtain dichotomies between #P-hardness and polynomial-time computability for these problems when qq is a self-join--free conjunctive query, and study the impact on the complexity of the following two restrictions: (1) every null occurs at most once in DD (what is called Codd tables); and (2) the domain of each null is the same. Roughly speaking, we show that counting completions is much harder than counting valuations (for instance, while the latter is always in #P, we prove that the former is not in #P under some widely believed theoretical complexity assumption). Moreover, we find that both (1) and (2) reduce the complexity of our problems. We also study the approximability of these problems and show that, while counting valuations always has a fully polynomial randomized approximation scheme, in most cases counting completions does not. Finally, we consider more expressive query languages and situate our problems with respect to known complexity classes.

Keywords

Cite

@article{arxiv.1912.11064,
  title  = {Counting Problems over Incomplete Databases},
  author = {Marcelo Arenas and Pablo Barceló and Mikaël Monet},
  journal= {arXiv preprint arXiv:1912.11064},
  year   = {2021}
}

Comments

29 pages, including 12 pages of main text. This is the arXiv version of the PODS'20 paper. Except from minor differences that could be introduced by the publisher, the only difference should be the addition of the appendix, which contains all the proofs that do not appear in the main text