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

But I don't manage databases either, management is a poor differentiation



You do manage the state of your database. When you do an UPDATE, you explicitly change the state.

The statefulness of an index, however, is merely an implementation detail. A database without indices would be in the same state, and behave the same (except much slower). This means that the state is not important for the semantics of the datastore, unlike with a regular database.


when I do an update I don't do a global state transition tho.




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

Search: