Understanding of ChangeStream function of Mongo database
Only in cluster mode mongo Can be used changeStream The function of,
This function is mainly to monitor in real time mongo Changes to the database,
And obtain the changed information,
changeStream The principle is to monitor all the time mongo of opLog Log changes to this file,
To read this file, as we all know, we have mongo The database will ...
Added by avario on Tue, 08 Mar 2022 11:17:43 +0200
Windows Server 2008 deployment project environment summary
Windows Server 2008 deployment project environment summary
Project environment:
mongodbredispostgresqlmysqlnacos
MonoDB
In the project, MongoDB is used to store large files. In the test environment, the systems above Centos7 and windows server2012 are installed normally. When using windows server2008, the version needs to be reduced. Here, ...
Added by Mr P!nk on Tue, 08 Mar 2022 04:12:38 +0200
MongDB learning notes first encounter
I went to see my high school classmates this week. I'm still very happy. I originally intended to write articles on the implementation of MySQL database transactions or MySQL optimization series, but I haven't thought about how to assemble these knowledge.Simply change direction this week and write NOSQL. Considering that some students don't kn ...
Added by plasko on Sun, 06 Mar 2022 09:25:59 +0200
MongoDB download, installation and Robot 3T connection
MongoDB
MongoDB is written in C + +, a non relational database (NoSQL) for document storage.Homepage: https://www.mongodb.com/2
1. Download
Mode 1:
Download address of official website: https://www.mongodb.com/try/download/community
Mode 2:
Download address of official website: http://dl.mongodb.org/dl/win32/x86_64
(the versi ...
Added by BioBob on Fri, 04 Mar 2022 02:45:05 +0200
Beginners learn to deploy vue+nodejs+mongodb to Alibaba cloud
vue+nodejs+mongodb deployment project to alicloud
This is my final design. I wanted to learn about project deployment. After two days, I finally succeeded. Ha ha, the reference link of this deployment process is as follows. It's well written. I also took notes and introduced the process in more detail. Just follow the steps. I'm also the first ...
Added by d-m on Thu, 03 Mar 2022 21:57:07 +0200
On the Index Optimization Practice of a core MongoDB cluster
Tencent cloud database MongoDB naturally supports functions such as high availability, distribution, high performance, high compression, schema free and perfect client access balancing strategy. Based on the advantages of MongoDB, a key user in the cloud selects MongoDB as the primary storage service. The user's business scenario is as follows: ...
Added by makeshift_theory on Thu, 03 Mar 2022 11:26:18 +0200
Detailed discussion on backup, restore, import and export of MongoDB database
Hello, everyone. I'm Xiaoyan youcong noodles. Recently, I always use MongoDB database, which is really convenient. When you deploy the program, you always use database migration and backup. Today we will summarize briefly. Welcome to share and share (code word is not easy, I hope you can identify the source). Please correct it if there is somet ...
Added by cstevio on Wed, 02 Mar 2022 13:16:38 +0200
MongoDB entry practice - Installation
This article mainly introduces the installation of MongoDB and the software versions used: MongoDB 5.0.5 and Centos 7.6.
1. Stand alone installation
1.1. Download and unzip MongoDB
Download address: https://www.mongodb.com/try/download/community
Decompression: tar zxvf mongodb Linux x86_ 64-rhel70-5.0.5. tgz
1.2. Create data and log direct ...
Added by Jamesm on Sat, 26 Feb 2022 08:55:06 +0200
Fault analysis | MongoDB 5.0 error reporting and legal instruction solution
Author: Ren ZhongyuAs a member of aikesheng DBA team, he is good at fault analysis and performance optimization. Please discuss relevant technical issues in this article.Source: original contribution*It is produced by aikesheng open source community. The original content cannot be used without authorization. For reprint, please contact Xiaobian ...
Added by Paghilom on Mon, 14 Feb 2022 11:25:25 +0200
MongoDB 4.X CRUD basic operating instructions
Introduction: This article summarizes mongodb 4 Some basic addition, deletion, modification and query operations of documents involved in X in mongo shell client, namely CRUD operation.
For image download, domain name resolution and time synchronization, please click Alibaba open source mirror station
1, Create operations
Create operation ...
Added by JStefan on Sat, 12 Feb 2022 15:41:06 +0200