3
joetj
8y

always the same, while im in a part of the system, i notice an optimization that can speed up a major query which has to join a table which is about 4gb or something ridiculous. i make ammendments using partitions because they're in the defined on that table. test. everything cool. only to be told that theres no job to clear out old partitions so i end up reverting everything i've been doing which basically makes my day's total output == bollock-all. WHY DO WE PUT HALF BUILT SHIT INTO PRODUCTION!!!???

Comments
  • 1
    Maybe the database design and queues can be optimized.
  • 0
    they already have been, but because we're not clearing out the older partitions, p1 will return p1 2016, 2015, 2014 etc...
Add Comment