MongoDB Data Modeling
Wilson da Rocha Franca
- 出版商: Packt Publishing
- 出版日期: 2015-06-26
- 售價: $1,020
- 貴賓價: 9.5 折 $969
- 語言: 英文
- 頁數: 176
- 裝訂: Paperback
- ISBN: 1782175342
- ISBN-13: 9781782175346
-
相關分類:
NoSQL、MongoDB
下單後立即進貨 (約3~4週)
買這商品的人也買了...
-
$580$493 -
$1,370$1,302 -
$1,540$1,463 -
$811Rust 權威指南 (The Rust Programming Language (Covers Rust 2018))
-
$780$663 -
$1,520$1,444 -
$403深入解析 Java 虛擬機 HotSpot
-
$479$455 -
$1,650$1,568 -
$650$514 -
$505自動化測試實戰 -- 基於 TestNG \ JUnit \ Robot Framework \ Selenium
-
$1,200$948 -
$600$468 -
$414$393 -
$653重學 Java 設計模式
-
$839$797 -
$648$616 -
$1,700$1,615 -
$880$695 -
$520$406 -
$600$468 -
$720$562 -
$780$616 -
$450$356 -
$580$458
商品描述
Focus on data usage and better design schemas with the help of MongoDB
About This Book
- Create reliable, scalable data models with MongoDB
- Optimize the schema design process to support applications of all kinds
- Use this comprehensive guide to implement advanced schema designs
Who This Book Is For
This book is intended for database professionals, software developers, and architects who have some previous experience with MongoDB and now want to shift their focus to the concepts of data modeling. If you wish to develop better schema designs for MongoDB-based applications, this book is ideal for you.
What You Will Learn
- Optimize your models based on priorities
- Discover the schemaless document-oriented database design
- Improve the process of querying a document with the help of indexing
- Set up a sharded environment with replication
- Configure the read preference in accordance with your application's requirements
- Create effective indexes that will fit your application needs
- Understand how to analyze the performance of your queries to avoid performance issues
In Detail
This book covers the basic concepts in data modeling and also provides you with the tools to design better schemas. With a focus on data usage, this book will cover how queries and indexes can influence the way we design schemas, with thorough examples and detailed code.
The book begins with a brief discussion of data models, drawing a parallel between relational databases, NoSQL, and consequently MongoDB. Next, the book explains the most basic MongoDB concepts, such as read and write operations, indexing, and how to design schemas by knowing how applications will use the data. Finally, we will talk about best practices that will help you optimize and manage your database, presenting you with a real-life example of data modeling on a real-time logging analytics application.