MongoDB is spontaneously cleared
MongoDB Developer Community Forums
by inopytech_N_A
13h ago
Hi! My database is spontaneously clearing in ~1 hour from last Laravel migration, help me pls. 1 post - 1 participant Read full topic ..read more
Visit website
MongoDB Java Drivers 5.1.0 are released
MongoDB Developer Community Forums
by Ashni_Mehta
1d ago
The MongoDB JVM team is pleased to announce the v5.1.0 release of the MongoDB Java Drivers. This release includes new features related to the upcoming Workload Identity Federation release (see this blog post for more details), testing against GraalVM Native Image, and much more. For a full list of new features, improvements, and bug fixes included in this release, please consult this list, or refer to our documentation. If you have feedback on this release, or on developing applications with MongoDB and Java in general, please add your ideas to feedback.mongodb.com or file a ticket on JIRA. Th ..read more
Visit website
MongoDB NodeJS Driver 6.6.0 Release
MongoDB Developer Community Forums
by Aditi_Khare
1d ago
The MongoDB Node.js team is pleased to announce version 6.6.0 of the mongodb package! A new release! 6.6.0 (2024-05-01) The MongoDB Node.js team is pleased to announce version 6.6.0 of the mongodb package! Release Notes Aggregation pipelines can now add stages manually When creating an aggregation pipeline cursor, a new generic method addStage() has been added in the fluid API for users to add aggregation pipeline stages in a general manner. const documents = await users.aggregate().addStage({ $project: { name: true } }).toArray(); Thank you @prenaissance for contributing this feature! caus ..read more
Visit website
Sort by aggregated fields and their count
MongoDB Developer Community Forums
by abdelghafour_ennahid
2d ago
Hello I have the first schema for the properties: const property = mongoose.Schema({ city: { type: String, default: null }, tags: [ { _id: { type: mongoose.Schema.Types.ObjectId, ref: "Tag", default: null }, count: { type: Number, default: null }, }, ], }); and the second one for tags: const tag = mongoose.Schema({ name: { type: String, unique: true, default: null }, createdAt: { type: Date, default: Date.now }, }); I prepared a playground for testing : Mongo playground PLEASE CONSIDER: the tag ids that I need to sort by are in the request coming from the f ..read more
Visit website
MUG Paris: Mise à l'échelle de MongoDB, du traitement de flux et au-delà
MongoDB Developer Community Forums
by Harshit
2d ago
MUG Paris: Mise à l’échelle de MongoDB, du traitement de flux et au-delà Rejoignez-nous pour une soirée enrichissante au MongoDB Paris User Group le 4 juin 2024, où nous plongerons dans l’évolutivité de MongoDB et les pratiques de gestion stratégique des données ainsi que dans le tout nouveau Atlas Stream Processing qui combine le modèle de document, les schémas flexibles et la riche agrégation. pour fournir puissance et commodité lors de la création d’applications nécessitant le traitement de données d’événements complexes à grande échelle. Cet événement promet d’offrir des informations préci ..read more
Visit website
Mongodb not starting fully its stuck at Opening WiredTiger
MongoDB Developer Community Forums
by santhosh_h
2d ago
Hello, Mongodb stuck in startup at opening Wiretiger should we need to wait until it completes and starts up the mongo or what to do? logs: {"t":{"$date":"2024-05-03T11:41:22.180+00:00"},"s":"I", "c":"STORAGE", "id":22315, "ctx":"initandlisten","msg":"Opening WiredTiger","attr":{"config":"create,cache_size=9432M,session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,remove=true,path=journal,compressor=snappy),builtin_extension_config=(zstd=(compression_level=6)),file_manager=(close_idle_time=600,close_scan_interval=10,close_handle_mi ..read more
Visit website
GridFS storage outside of MongoDB
MongoDB Developer Community Forums
by Deepali_Bharankar
2d ago
I am exploring options to handle large files in my application (above 16 mb) and am considering using GridFS. However, instead of storing these files in MongoDB collections as GridFS typically does, I’m interested in storing them directly in Amazon S3. Is there a recommended approach or existing integration for using GridFS with S3 for file storage? 1 post - 1 participant Read full topic ..read more
Visit website
Copy Encrypted data from one MongoDB cluster to another cluster unencrypted
MongoDB Developer Community Forums
by Mo_Hajr
2d ago
Hi there, I have a MongoDB Atlas cluster that has CSFLE(Client Side field level encrypted) data. I need to create an unencrypted backup of this database. The first idea that came to mind is to spin up another Mongo database without without any CSFLE, and then write a script that basically query every document in the encrypted database, and then insert each one in the unencrypted database then once finished I can take a backup of the new database. Is there any simpler way to go around this, or any command line tool that can let me achieve this better without having to implement all the above ju ..read more
Visit website
What I'm most excited about.
MongoDB Developer Community Forums
by Tekquanna_Deane
2d ago
I’m excited to learn all the new innovative AI-driven solution MongoDB has to offer. 1 post - 1 participant Read full topic ..read more
Visit website
MongoDB with java mongoCK error Quit trying lock after 180000 millis due to LockPersistenceException
MongoDB Developer Community Forums
by Thanawat_Sujitanan
2d ago
I implemented the Java Spring boot application and used mongoCK for controlling database change. In normal cases, it works well. Today I have a new changelog that has affected a huge of data(more than 500k documents). I got an error when mongoCK tried to update DB. It’s happened when the data changed around 380k documents. io.mongock.driver.api.lock.LockCheckException: Quit trying lock after 180000 millis due to LockPersistenceException: current lock: LockEntry{key='DEFAULT_KEY', status='LOCK_HELD', owner='c83dd1ac-ece4-47a1-b189-3b818e58c139', expiresAt=Thu May 02 20:53:37 ICT 2024 ..read more
Visit website

Follow MongoDB Developer Community Forums on FeedSpot

Continue with Google
Continue with Apple
OR