Menu

#5 Reduce the number of items stored in the database.

open
Database (1)
5
2010-12-16
2010-12-16
No

All times are being stored as Joda Time DateTime objects. This means, the dates are included in all the times so there is no need to specifically add a date field to act as a primary key.

Also, a Period object can easily be created from two DateTime objects so there is no need to store the delta time either.

Proposed new schema = (startTime, stopTime, jira, description)

Discussion


Log in to post a comment.