Data modelling is the art of designing table structures that properly and efficiently store data. In the context of Baserow, this is the process of deciding what tables and fields you should create in your database to best represent your data.
What guidelines to follow to keep your data structured well?
- Never store multiple values in one cell unless it’s a field type that specifically supports that
- Never manually add the same data twice
- Avoid having empty cells
All the explanations along with the examples are well-described here: https://baserow.io/blog/how-to-model-your-baserow-data.
And let’s thank @Alex for preparing this useful tutorial for you all! Share your feedback in the comments