Tagged Questions
The considerations tag has no wiki summary.
5
votes
2answers
825 views
Shared Purpose tables in database design ( how would *you* implement a question/answer facility )
I have long considered the design of a database that involves shared table purposes to be somewhat a trait of smelly code, and progressively increasing proliferation of smelly-code related problems.
...
0
votes
1answer
69 views
architectural considerations for high traffic web portals
Can anyone tell me about the architectural considerations for high traffic web applications?
links to any articles would be helpful
Thanks!!
0
votes
1answer
258 views
What to consider before storing negative-dates in MySQL?
I'm working on a project now that will require me to enable users to store negative-dates in the database. These dates have the potential to span many thousands of years BC, and as late as 'Today.' ...