Current location - Loan Platform Complete Network - Big data management - What do you mean by data schema layer and instance layer respectively?
What do you mean by data schema layer and instance layer respectively?
The schema layer refers to the structure of the database, which is your relational structure. The instance layer refers to the data records or tuples specially stored in the relationship. The cleaning of schema layer usually deals with the semantic relationship between attributes in schema, while the cleaning of instance layer mainly deals with data records according to integrity constraints such as functional dependence.