PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Sunday the 3rd of May, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[13:54:45] <burakcank> hi all, I want to create an index which automatically increases in mongo. How can I achieve this
[13:58:23] <burakcank> hmm I guess this is not implemented in mongo alright.
[17:16:02] <c_nix> I got Rooms and Tags I want let Rooms to have many tags and one tah can be linked with many rooms. My goal is to be able to find al rooms with same tag. How to organize databes? Would adding 3rd "beeing" in form of table of pairs (room_id,tag_id) good idea or I'm thinking too much MySQL here?
[17:20:44] <c_nix> ok I got http://blog.markstarkman.com/blog/2011/09/15/mongodb-many-to-many-relationship-data-modeling/