Storing Multiple Entity Types in a Single Database
Join the DZone community and get the full member experience.
Join For Freeby default, we expect to have a rather smaller number of entities types in a database. unlike relational databases, where you typically see hundreds or thousands of tables, because everything gets dumped into a single database (and because a single document in ravendb typically reside in many relational tables).
that said, we got a few complaints about this story, because the studio ui becomes hard to use when this happens. we decided to support it in an interesting fashion. this is what your documents will look like when you have ~60 entities types in a single database:
and here is where you go if you have hundreds of them. psychedelic days are here again!
Published at DZone with permission of Oren Eini, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Chaining API Requests With API Gateway
-
Structured Logging
-
Authorization: Get It Done Right, Get It Done Early
-
Introduction To Git
Comments