
Originally Posted by
gopher_yarrowzoo
I can confirm that some of the table data is pretty big as well some of the updates if memory serves me correct are >4Mb so yeah MySQL will handle it fine.
Just need to as bok said carefully index the sucker
something like this might work
RecordID(Primary & unique),PatientID(index),Time Date Stamp, Fields......
and another table with
PatientID(Primary & unique), ChristianName, Surname, other details..
And then it's just 1 SELECT where sql statement to pull up the whole enchilada
so you'd get something like
154 - 11/19/08 12:15 - 7 - J Doe 125/72 85% etc..