Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Why are your stored procedures not in the code repo?


Because deployment tooling for stored procedures sucks?


Stored procedures are easier to deploy than table schema. You just need to drop if exists and then create them.

Table schema is the hard part since there is overhead associated with creating an index on an existing table and with renaming a column.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: