Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Database design tips

by pajout (Curate)
on Feb 04, 2014 at 12:47 UTC ( [id://1073388]=note: print w/replies, xml ) Need Help??


in reply to Database design tips

Please, feel it as recommends, not as commands:
- Do precise analysis of the project. Devil is in details.
- Adopt some visualisation of db schemas and use it strictly - I recommend crow's foot notation on physical data model. http://en.wikipedia.org/wiki/Entity%E2%80%93relationship_model
- The best user friendly developing tool is pencil and paper.
- Designing tables, be very sure of cardinality/relationship and do not implement too generalized schemas (if the project requires just 1 to many relation between tables A and B, implement just this)
- Do not implement application logic onto database schema and/or stored procedures. This layer should just keep data consistent, regardless on the logic.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1073388]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-20 01:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found