失效链接处理 |
MongoDB Leading No Sql Database PDF 下载
本站整理下载:
相关截图:
主要内容:
Databases are important of every internet and enterprise applications
For scale speed and fast application development has brought on a new breed of databases broadly
turned to no sql databases
This tutorial introduces the basic features of the Mongo DB with a series of exercises that show
What no sql means versus relational databases.
We will get the mongo server up and running
We will know how to connect to database manipulate some data save & update and
We will see how to use indexing to speed up the query time and review some indexing
strategies...and some miscellaneous points along the series...
The main pros of Mongo DB can be divided in the following three:
Flexibility
Performance
Scalability
The last section of this tutorial provides a brief exercise to introduce you to Mongo DB with Asp.net.
It shows how to perform CRUD operations
|