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

    > SQL: express what you want to happen using relational notation,
    > and it will magically happen. There are no real-world
    > performance issues.
I don't think that's true: Consider the

CREATE INDEX

statement - it's part of the API and it is intended for improving performance. True, a RDBMS will execute a query even if the programmer didn't issue CREATE INDEX before - but this more reflects the rigid separation ('data independence') of the logical and physical data model than a lack of control (API exposure) over performance details.




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

Search: