mimic-code icon indicating copy to clipboard operation
mimic-code copied to clipboard

MIMIC-IV MySQL build script update

Open alistairewj opened this issue 1 year ago • 0 comments

This is from a re-run of csv2mysql from @pszolovits - looks to add more info in comments, modify data types modestly (e.g. unsigned int to int, and some small ints to medium ints) - some seem like they will result in performance improvements (e.g. a TEXT field converted to VARCHAR(255) in emar_detail).

I've also added a GitHub action for building the demo in mysql but it will likely fail since I just tried to write it blindly.. so PR is still a draft.

alistairewj avatar Jul 13 '22 18:07 alistairewj