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

The basic premise of the relational model is that the physical storage structure and optimizations (including indexes) are independent of the logical model. A table could be stored row-by-row or column-by-column or any other clever way without it affecting the schema and queries - although it will affect the performance of the queries.



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

Search: