Commit 8e123b9f authored by Mouadh's avatar Mouadh

update readme

parent 2a8b1e39
************************
* IMPORTANT *
************************
1) the id columns must have _id at the end (product_id, person_id...)
2) each table's column name must be unique from the other tables column names
3) the columns name must be in a good order (hierarchy)
4) use a simple star modele with one key and numeric measures ( the other cases not tested yet)
1) Fact table should be named 'Facts'
2) the id columns must have _id at the end (product_id, person_id...)
3) each table's column name must be unique from the other tables column names
4) the columns name must be in a good order (hierarchy)
5) use a simple star modele with one key and numeric measures ( the other cases not tested yet)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment