Shout out to my daughter Alanna for pulling the brisket out of the smoker at 11:30 PM so I could go to bed on time ;-).
Shout out to my daughter Alanna for pulling the brisket out of the smoker at 11:30 PM so I could go to bed on time ;-).
Indexes matter in Rails! A missing index meant my 5000 query background job in Quepid was taking 7 hours and maxing the database out. Add the index and the job sped up at least 10x..! And load halved!
Indexes matter in Rails! A missing index meant my 5000 query background job in Quepid was taking 7 hours and maxing the database out. Add the index and the job sped up at least 10x..! And load halved!
Yanked out a very rich permissions architecture in Quepid that as time went by realized it was too rich. We only care about the binary choice "are you an Admin or not" ;-).
Yanked out a very rich permissions architecture in Quepid that as time went by realized it was too rich. We only care about the binary choice "are you an Admin or not" ;-).