最新消息:请大家多多支持

An Overview of NoSQL Databases

网络技术 dsgsd 168浏览 0评论


An Overview of NoSQL Databases

An Overview of NoSQL Databases

HDRips | MP4/AVC, ~856 kb/s | 1280×720 | Duration: 02:35:14 | English: AAC, 128 kb/s (2 ch) | 1.16 GB

Genre: Development / Programming

The traditional SQL database evolved from file systems. It assumes that all data can be expressed in scalar values in the columns of the rows of a table, just as file systems used fields in records of files. But the truth is that not all data fits into a traditional SQL model.
The storage models have changed. Columnar databases have no rows, but keep tables as columns which can be assembled into rows if needed. This means that query optimizations are very different. The MapReduce Model and Key-Value Stores do not have tables at all. Cloud storage is not like traditional, local file systems. Parallel processing and brute force replace clever indexing optimization.

Traditional SQL assumes that the data is static; think about common business applications like accounting and transaction processing. Changes to the data are explicit actions done by the database. Actions against the data are taken in other tiers of the application. But Streaming Databases (also known as Complex Event models) assume that data is constantly changing on its own. This would include sensor monitoring, stocks, commodity trades, and so forth. These events occur so fast that responses have to be built into the database.

Graph Databases do not have a table concept at all! They model pure relationships, expressed as a graph structure. SQL assumes that we know the relationships in the data. Graph databases discover the relationships. They are used for social network analysis, patterns in various kinds of flows. Think about a SQL query to find the minimal set of “the cool kids” in a social network whose adoption of a product makes it into the next trend.

Textbases or document databases have no concept of structured data. Instead of syntax, they get meaning from semantics. For example, Nexis, Lexis and Westlaw are used by researchers and lawyers to locate documents. Think about trying to write an SQL query to determine if a TV dinner meets the contractual obligation of a company to provide off-site employees with a meal equivalent to a fast-food order.

One of Dr. Codd’s 12 rules for RDBMS systems was that there must be a linear language to control and access the database. But Geographical Data (GIS) deal with maps, so they are 2 or 3 dimensional by nature. Their query languages are often graphic tools. For example, you can draw a polygon on a map and then ask how many people live inside it.

SQL is not always the right answer; it depends on the question!

An Overview of NoSQL DatabasesAn Overview of NoSQL Databases

Download uploaded
http://uploaded.net/file/nds06b4k/An.Ov.of.No.Da.part1.rar
http://uploaded.net/file/b01hpu9i/An.Ov.of.No.Da.part2.rar
http://uploaded.net/file/h20yum8g/An.Ov.of.No.Da.part3.rar
http://uploaded.net/file/8l7g3o55/An.Ov.of.No.Da.part4.rar
http://uploaded.net/file/jk2mzfop/An.Ov.of.No.Da.part5.rar

Download nitroflare
http://nitroflare.com/view/C87E6B668E91B7F/An.Ov.of.No.Da.part1.rar
http://nitroflare.com/view/DA6280885DE3D34/An.Ov.of.No.Da.part2.rar
http://nitroflare.com/view/3CE2C5FAAB0C026/An.Ov.of.No.Da.part3.rar
http://nitroflare.com/view/7CD0CFACD742777/An.Ov.of.No.Da.part4.rar
http://nitroflare.com/view/2F9C5A662707B6B/An.Ov.of.No.Da.part5.rar

Download 百度云

你是VIP 1个月(1 month)赞助会员,

资源下载此资源仅限VIP下载,请先

转载请注明:0daytown » An Overview of NoSQL Databases

您必须 登录 才能发表评论!