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

It's super helpful for database migrations.

Say you suddenly don't have data for a column anymore, because the API that you read from has stopped providing it. Now you can add a computed column that uses a heuristic as an interim until you have time to remove all the reads from that column.

Or say that you have an object with a separate display name, and product management decides that the display name now can't be chosen freely anymore, but must be generated from name and title. A computed column can do that trick pretty well.



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

Search: