Generally you want to split your database into logical "shards" of related data, trying to make thes

Generally you want to split your database into logical "shards" of related data, trying to make these shards as fine-grained as reasonably makes sense. Remember that it's totally fine to have millions of DOs -- the system is built for that.
Was this page helpful?