PDB benchmarks

master
Oliver Kennedy 2016-02-12 14:08:51 -05:00
parent 8e5587ddc0
commit f10b3bf531
1 changed files with 4 additions and 0 deletions

@ -4,6 +4,10 @@ Probabilistic databases revolve around so-called possible worlds semantics. An u
Uncertain data typically appears in one of three forms: Row-level uncertainty, where a tuple may or may not be in a given table, Attribute-level uncertainty, where the exact value of an attribute is not known, and Open-world uncertainty, where the set of tuples in a given result table is not known ahead of time. Note the distinction between row-level and open-world uncertainty: With the former, you can describe precisely, and in a finite way which tuples could be in the table, while with the latter you can not.
## Benchmarks
* [PDBench](http://pdbench.sourceforge.net)
## Surveys
* [Morgan & Claypool: Probabilistic Databases](http://www.morganclaypool.com/doi/abs/10.2200/S00362ED1V01Y201105DTM016)