- MongoDB 4 Quick Start Guide
- Doug Bierer
- 214字
- 2021-08-13 15:24:59
Handling big data
One massive problem faced by legacy RDBMS systems is difficulty managing Big Data (https://en.wikipedia.org/wiki/Big_data). Examples would include data produced by the NASA Center for Climate Change, the Human Genome Project, which analyzes strands of DNA, or the Sloan Digital Sky Survey, which collects astronomical data. RDBMS systems are designed to maximize storage, which was an expensive resource 50 years ago. In the 21st century, storage costs have dropped dramatically, making this a secondary consideration. Another aspect of RDBMS systems is their ability to provide flexibility by way of creating relations between tables, which by its very nature introduces overheads, compounded when handling big data.
MongoDB addresses the needs of big data by incorporating modern algorithms such as map reduce (https://en.wikipedia.org/wiki/MapReduce), which allows for parallel distributed processing on a cluster of servers. In addition, MongoDB has a feature referred to as sharding, which allows fragments of a database to be stored and processed on multiple servers.
- Internet接入·網絡安全
- Dreamweaver CS3+Flash CS3+Fireworks CS3創意網站構建實例詳解
- 智能傳感器技術與應用
- Practical Data Wrangling
- Learning Apache Spark 2
- 影視后期制作(Avid Media Composer 5.0)
- Visual C# 2008開發技術詳解
- Python Data Science Essentials
- Multimedia Programming with Pure Data
- Associations and Correlations
- 大數據處理平臺
- 變頻器、軟啟動器及PLC實用技術260問
- 網絡布線與小型局域網搭建
- The Python Workshop
- 基于Xilinx ISE的FPAG/CPLD設計與應用