Thread: MaxDB by MySQL
View Single Post
  #4  
Old 11-20-2003, 02:42 PM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

mysql is pretty nice.. Its not feature rich , but its fast and simple... Could always use heaps, but they dangerous for dynamic data (wouldnt want to store char. info in them). Might be able to put some of our static data in them, access to them is much faster than traditional tables...

It would be nice for someone to go through and make sure we're in at least the first 3 normalized forms on the database.. (if not more)

If you run across anything we can do to better normalize it, please let us now...
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote