HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nycjay

no profile record

comments

nycjay
·4 years ago·discuss
Isn't the gram a unit of mass, not weight?

https://en.wikipedia.org/wiki/Gram
nycjay
·5 years ago·discuss
Thanks, I'll take a closer look there...
nycjay
·5 years ago·discuss
Sorry - didn't get a chance to go through the documentation much yet... A problem we are looking to catch early in the development process is for things we don't want folks to do, even if they are technically correct. For example, dropping a column or altering the datatype/nullability in such a way that the table goes into reorg pending. I know we can write our own regex to look for that specific syntax, but I've not yet found a tool with those kinds of rules either build out already, or easy to add/maintain.
nycjay
·5 years ago·discuss
I see a lot of value of using separate users in both dev/test and production environments. That gives you an "easy" way to physically separate your database/schema into multiple databases with minimal changes to your application other than pointing your connection pools/config to the new database endpoint. We do this often - separating the task of breaking up our monolith databases with two phases - logical then physical.