PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Wednesday the 26th of August, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[13:32:40] <dougquaid> Does the id field in a document have to be mongo's autogenerated _id field? Or could I possibly have a field that is a uuid that could act as the id?
[13:49:33] <dougquaid> Also if I have a unique index on a collection is there a way to insert documents but ignore if that unique field already exists? I'm thinking kind of like most sql databases have the idea of insert on conflict ignore
[20:27:08] <CaptainBlackton> Does anyone still use this channel? Or do I need to go to that Google group?
[22:53:22] <ario> so I have a lat/lng field that is not of type Point - is there a way to still do geo related queries/indexes?