Hacker News new | past | comments | ask | show | jobs | submit login

Why do they call it Generated Columns and not Computed Columns like most other databases already do?



IMHO "computed columns" generally implies columns that are computed on-demand when read, as opposed to this case when they're computed when the row is altered and persisted in the table.


I guess every column is "computed" if you think about it? It's nitpicky and I don't know the official reason though.


Possibly because they're closer to "persisted calculated columns".




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

Search: