efficiency issue
Posted by: Dimitris Papageorgiou
Date: April 30, 2015 10:16AM

I am building an app where stores will store their open/close times for the seven weekdays....these are stored in a single backbone model with a unique ID.

According to the above the table that will hold the schedule will occupy 7 rows(for each weekday)...there will be a column that will hold the associated backbone model ID...

That means 7 rows with the same value in the model ID column...

Do you think it is wrong from a design/efficiency point of view?

Options: ReplyQuote


Subject
Written By
Posted
efficiency issue
April 30, 2015 10:16AM
April 30, 2015 11:37AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.