[12:58:01] <OnkelTem> I'm new to MongoDB and to document-base dbms
[12:59:44] <OnkelTem> I have a quesiton about db architecture in multi-user env. Is it ok to provide dedicated collectoins for each user? If we talk about rdbms db, I'd say that creating tables for each user is not very good idea
[12:59:52] <OnkelTem> I wonder how this is considered in MongoDB
[17:17:36] <GothAlice> StephenLynx: Apologies for not being conscious earlier. :)
[17:21:31] <GothAlice> Also, amusingly, one of the provided example "rage points" (the only theory I have is that gl278afd and their many clones may have had their career impacted by not RTFM'ing) is simply wrong: https://docs.mongodb.com/manual/core/index-intersection/
[18:34:05] <LouisT> Hello, I have mongodb set up with 2 repl nodes and 1 arbiter, I'm using the official node module. For some reason if the arbiter restarts/reconnects the node module starts attempting to connect to the arbiter even when I have connectArbiter set to false. Anyone have any ideas? My arbiter log file gets filled with these: https://thepb.in/p/98hgcO4xDYZBOcQ
[18:35:24] <LouisT> If I restart my node.js processes then the connection attempts stop.
[18:44:30] <LouisT> Ah, apparently I was told to use connectArbiter when it no longer seems to exist in the newer driver.
[19:41:49] <LouisT> Okay so the problem is different than what I was lead to believe. For some reason it keeps trying to auth against arbiters which contain no auth information. Any ideas?
[20:38:21] <OnkelTem> Folks, so how is about my morning question? :)
[20:38:29] <OnkelTem> I have a quesiton about db architecture in multi-user env. Is it ok to provide dedicated collectoins for each user? If we talk about rdbms db, I'd say that creating tables for each user is not very good idea
[20:38:55] <OnkelTem> I wonder how this is considered from the MongoDB pov?
[20:42:21] <cheeser> it probably has many of the same drawbacks.
[20:42:53] <cheeser> you'd have separate indexes/files for each user. that might or might not be ok.
[20:45:49] <m0ltar> Hey guys & gals! Have an emergency! Upgraded Mongo on Debian. Now it won't start stating that "too many open files". Cannot figure out what to do. Nothing I do seems to affect max number open files on the system (Debian). Is there anything I can do on the mongo side?
[20:54:11] <m0ltar> Also odd thing is that when I run mongo as root, it actually starts. When it runs as mongodb under systemd it dies with "too many open files". But when I check limits on root account (ulimit -n) it shows the same limits as mongodb user...
[20:54:13] <m0ltar> I know that systemd's service file also is setting some limits, but I already commented that out...
[20:55:20] <m0ltar> For mongo process running under root, it only shows 2069 open files...
[21:05:09] <m0ltar> this is basically the main error in the log: Invariant failure: ret resulted in status UnknownError: 24: Too many open files at src/mongo/db/storage/wiredtiger/wiredtiger_