Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • How do you decide if the approach is (still) reasonable? The devil on my shoulder says I only need that one table "object" containing every possible field. Commented Nov 8, 2016 at 15:32
  • do you agree with the first blog entry you linked on it’s necessary to make (too) many (too) costly joins (right at the bottom) referencing the kind of solution @Vlad described in his answer? From my (limited) understanding that is exactly what an RDBMS is used for: specifying relations; There is not even a need for additional indices since all joins use primary keys only. Commented Nov 8, 2016 at 15:46