Hacker News new | ask | show | jobs
by jn 4192 days ago
> in all these "no-sql" datastores [...] there's no way to have indexes

I'm confused. I assume http://docs.mongodb.org/manual/indexes/ doesn't cover what you mean by indexes?

1 comments

You are correct, the parent made a broad generalization that's not true. Mongodb indexes represent the sitaution though, in a schemaless environment, what is the meaning of an index on a collection heterogenuous records? If the system enforces that the indexed fields are always present (either the app or the nosql store) then hmmm isn't that a schema?

The other issues is joins across record types sometimes joins are supported, sometimes not.