You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user
Is it more efficient in terms of disk space to have many collections
within 1 database than to have multiple databases with fewer
collections, but with the risk that allocated data files will be
unncessarily large (e.g. only a small portion of the final 2.0GB file
used)?
Are there any likely performance trade-offs for doing this?
Eliot Horowitz
unread,
Jul 15, 2009, 9:28:23 PM7/15/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongod...@googlegroups.com
More collections in fewer databases is better for disk space usage.
I don't think there is any performance downside to that.