[02:22:14] <lalaland> Is it common for applications to host their database on a completely different server than the application.
[10:16:53] <jokke> hi! i'm still having the same trouble with one shard running full and it looks like all shards contain the same amount of chunks so it can't be the shard key. (or at least the chunk migrator is doing its job). I checked the storageSpace stats of the shard and it's nowhere near what the actual disk usage is showing, so i ran a `compact` command on the shards replicas. The command was done in just a few
[10:16:56] <jokke> seconds and showed a success message. The disk usage remained the same though. (this is Mongodb 3.2.16 with WiredTiger)
[18:54:31] <mobutils> Q: I have a collection for an existing application that has a location subdocument, that sub document has latitude and logitude fields, but also fields for streetname, streetnumber, etc… based on this, is it possible to create a 2dsphere Index on that subdocument? or would I have to update the collection schema to support this?