Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
hell169549ywhere I work there are some tables with 200 columns... I always freakout whenever I have to deal with them...
-
Are these tables normalized? Problems show up down the road and then the very expensive rewrite. Very expensive. Seen it many times. Although profitable for the dev that rewrites it.
-
slim289y@Jumpshot44 i say this shit doesnt scale, this shit gonna fuck up the servers, but he doesnt care
-
Try working with a large ERP system, there are hundreds of tables. Each table has at least 50 rows per standard. It's so bad that some of the tables don't even have primary keys or correct indexes. Don't bother trying to fix it, you don't know what you'll break.
-
sn4i1569y@distinct I think I know the feeling... Imagine a DW with ca. 20TB of SAS tables. I've managed to write a meta query to initialize a value date, that actually works well. Turns out that the meta hasn't been thoroughly updated since 2006. --> the vast majority of the flows and jobs exits with error...
-
slim289y@distinct as a matter of fact, we got 85 tables here, NONE of them have keys, so data are often duplicated, and many to many tables doesnt work well cuz they cant lock the keys. its the biggest mess of the world lol
-
@sn4i1 I meant 50 columns rather rows, but I'm sure everyone here knew what I meant. Sounds like your situation is just as bad if not worse. =S I do not envy you.
-
@slim you fix this mess and I will ask devRant to +100 you. Your boss is out of control.
Related Rants
me and my boss plan to make a new feature to our system.
i model the database tables
he says that there are too many tables
i say its atomic and acid
he says to put all the columns in a single table
undefined
mysql
php