Decisional BCNF: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
== Parameters == | == Parameters == | ||
$n$: size of database? | |||
$k$: number of functional dependencies | |||
== Table of Algorithms == | == Table of Algorithms == | ||
Line 29: | Line 31: | ||
[[File:BCNF Decomposition - Decisional BCNF - Time.png|1000px]] | [[File:BCNF Decomposition - Decisional BCNF - Time.png|1000px]] | ||
== References/Citation == | == References/Citation == | ||
https://dl-acm-org.ezproxy.canberra.edu.au/doi/pdf/10.1145/990511.990513 | https://dl-acm-org.ezproxy.canberra.edu.au/doi/pdf/10.1145/990511.990513 |
Latest revision as of 09:09, 28 April 2023
Description
Decisional BCNF is the problem of deciding whether or not a relation schema can be turned into Boyce-Codd normal form (BCNF).
A relation schema $R$ is in Boyce Codd Normal Form (abbr. BCNF) if for all non-trivial FDs $X \rightarrow Y$ in $F^+$, $X$ is a superkey. In extending this notion to database schemas, we must be conscious of the UR-assumption. We say that $R_i = <ATTR_i,F_i>$ is in BCNF if the schema $<ATTR_i, F^+(ATTR_i)>$ is in BCNF, and $D$ is in BCNF if each $R_i$ is.
Related Problems
Related: BCNF Decomposition
Parameters
$n$: size of database?
$k$: number of functional dependencies
Table of Algorithms
Name | Year | Time | Space | Approximation Factor | Model | Reference |
---|---|---|---|---|---|---|
Liu | 1992 | $O(kn^{2})$ | $O(n)$ | Exact | Deterministic | Time |
Time Complexity Graph
Error creating thumbnail: Unable to save thumbnail to destination
References/Citation
https://dl-acm-org.ezproxy.canberra.edu.au/doi/pdf/10.1145/990511.990513