I know that we have horizontal distribution of data in mongo db using the concept of sharding.
sharding is basically horizontal partitioning of data.
how about vertical partitioning of data. Is is possible to partition data in mongodb as we can do in MYSQL….?
Thanks in advance.
Regards,
UDAY
From http://my.safaribooksonline.com/book/databases/mongodb/9781430230519/sharding/partitioning_horizontal_and_vertical_dat (incidentally the first result when I googled this):