My coworker created a 96 columns SQL table

Posted by Eric on Programmers See other posts from Programmers or by Eric
Published on 2010-10-25T17:03:15Z Indexed on 2011/01/12 21:58 UTC
Read the original article Hit count: 211

Filed under:
|
|

Here we are in 2010, software engineers with 4 or 5 years or experience, still designing tables with 96 fracking columns.

I told him it's gonna be a nightmare.
I showed him that we have to use ordinals to interface MySQL with C#.
I explained that tables with more columns than rows are a huge smell.

Still, I get the "It's going to be simpler this way".

What should I do?

EDIT *

This table contains data from sensors.
We have sensor 1 with
Dynamic_D1X
Dynamic_D1Y
[...]

Dynamic_D6X
Dynamic_D6Y
[...]

© Programmers or respective owner

Related posts about best-practices

Related posts about sql