4NF Decomposition for Conflict-Free Dependency Sets
4NF Decomposition is the problem of decomposing a relation schema into fourth normal form (4NF). This variation specifies that the input dependency set is conflict-free. A relation schema is in fourth normal form (4NF) if, whenever a nontrivial multivalued dependency holds for , then so does the functiunal dependency for every column name of . Intuitively all dependencies are the result of keys. In particular a 4NF relation schema can have no nontrivial multivalued dependencies that are not functional dependencies.
Parameters
- : size of database
- : number of functional dependencies
Related Problems
Filters
Computational Model
Randomization
Approximation
Algorithms Table
Displaying 1 of 1 algorithms
| See more | ||||
|---|---|---|---|---|
| Lien | 1982 | O(k^2 n^2) | O(k^2) |
Reductions Table
Insuffient Data to display table
Other relevant algorithms
Displaying 1 of 1 other relevant algorithms