Discover most common nosql databases, include the articles, news, trends, analysis and practical advice about most common nosql databases on alibabacloud.com
The NoSQL product to be evaluated in this article is Redis. It can be understood as a Key-Value data structure operation. The data is stored in the memory and regularly refreshed to the disk, high read/write efficiency has attracted much attention. Sina Weibo in China uses Redis to store user relationships and count on a large scale.
Jieshao
According to the official statement, Redis is developed using ansi c and runs on Most POSIX (Linux, * BSD, OS X
When SQL doesn't meet your needs or SQL is not a must or the best choice, it's time to consider this kind of nosql.When your memory is larger than your data, the schema is not too sure, MongoDB here quietly waiting for my SQL job to see the busy, do not change the design mode, cool in front of pain in the back;When you are the only pursuit of speed, but also to memcached too simple discord, just memory is more than the data, Redis Qiao sang and stood there;Big, big, too big, I said the data, our
NoSQL database: Consistent read consistency for data
Strong consistencyWhen visiting any node in the cluster at any time, the data results are consistent;
User consistencyFor the same user, access to the data obtained during the cluster is consistent;Resolve user consistency: Use sticky sessions to bind sessions to specific nodes for processing;This will reduce the performance of the load balancer;
Finally consistentThe data synchroni
Oracle, as the world's largest relational Database provider, has also joined the NoSQL Database chain in its product chain. In addition, this new Database name is so domineering that it is called NoSQL Database.
Oracle's NoSQL Database is one of the components of the Big Data Appliance released on Oracle's global Daquan in October 4, big Data Appliance is a syst
PHP operations on MongoDB [NoSQL] databases. if you need them, refer to MongoDB.
I. MongoDB introduction
MongoDB (named from "humongous") is a scalable, high-performance, open-source, free-mode, document-oriented database, it combines the advantages of document databases, key-value pairs, and relational databases. Of
For PHP operations on MongoDB [NoSQL] databases, refer to section 1. MongoDB introduction.
MongoDB (named from "humongous") is a scalable, high-performance, open-source, free-mode, document-oriented database, it combines the advantages of document databases, key-value pairs, and relational databases. Official site: ht
function relative limitation
3. Document-based database
Examples
CouchDB, MongoDb
Typical application Scenarios
Web applications (similar to Key-value, value is structured, but the database is able to understand the contents of value)
Data model
Key-value corresponding key-value pairs, value is structured data
Strengths
Data structure requirements are not strict, table structure is variable, do not need to
1. there are about 70 businesses. 2. there are eight public fields in these services. 3. in addition to public fields, each service has 5-20 fields different from other services. 4. for example, business 1 has the following public fields (channels, sizes ..) self-owned field: name, ID card, gender .. business 2 has the following public fields (channels, sizes ..) free field: color, length, width... 5. currently, the solution is to place a business in one table, which only counts five businesses
. TT actually has a memory buffer, but it is much smaller than the former.The above tests are not complete, but they are just the beginning. For example, there is no small data test (using numbers as the key, 100 bytes Value), and there is no big data test (about 20 kB ); performance in hit situations is not tested; concurrent read/write performance is not tested, it is reported that MongoDB's concurrent read/write efficiency is not particularly outstanding, and MongoDB features a powerful q
Tags: nosqlNoSQL databases: Consistency of dataRead consistency
Strong consistencyAccess to any node in the cluster at any time, resulting in consistent data results;
User consistency for the same user, access to the data during the cluster is consistent;Resolve user consistency: Use sticky sessions to bind sessions to specific nodes for processing;This reduces the performance of the load balancer;
Final consistencyThe data synchroniz
Source: comparison of various nosql databases in http://hi.baidu.com/eastdoor/blog/item/758d0e3eedb5d92471cf6c14.html Cassandra, MongoDB, CouchDB, Redis, Riak, HBaseCouchDBDevelopment language: ErlangMain advantages: data consistency and ease of useLicense: ApacheProtocol: HTTP/RESTApplicable: accumulated, less changed data. Or a large number of versions are required.Example: CRM, CMS systems. multi-site de
Tags: style http color ar os using strong file dataOriginal address: http://database.51cto.com/art/201109/291781.htm In the current enterprise IT architecture, system administrators and DBAs will consider using NoSQL databases to solve problems that RDBMS cannot solve, especially in the internet industry. Traditional relational databases store data in the form of
operations, so very slow, and the associated query is also very complex, resulting in low efficiency, often query business does not go index, query speed is very slow, mainly because of the complexity of the performance of the lower Summary Choosing a nosql requires the following 2 prerequisites:1. No acid required2. No correlation query required If you need the above two functions, you cannot select NoSQL
original data set to improve query efficiency. Shortcomings are also more obvious, updating the reviewer data will be more troublesome.(4) Data coupling?: SQL does not allow the deletion of external data that has already been used, such as "Bear three" in the reviewer table has been assigned to the borrower bear big, then in the reviewer table will not be allowed to delete the bear three this data to ensure data integrity, and NoSQL there is no such
can also be detected based on patterns between relationships (fraud in transaction).non-applicable occasionsThe graph database may not be applicable in some cases. This is the case when updating an entity in all or a subset. For example, in a "Data analysis solution" (analytics solution), all entities have to be updated as soon as one attribute is changed. The effect of the graph database is not ideal, because the simple operation can change a property in all nodes at once. Even if the data mod
Kristóf Kovács, a software architect and consultant, recently released an article comparing various types of NoSQL databases.
Although the SQL database is a very useful tool, the monopoly is about to be broken after a 15-year solo show. It was only a matter of time: forced to use relational databases, but found that the inability to adapt to demand was too numer
Comparison and Analysis of eight common NoSQL Database Systems
Krist óf kolács is a software architect and consultant who recently published an article comparing various NoSQL databases.
Although SQL database is a very useful tool, after 15 years of outstanding performance, the monopoly will be broken. This is only a m
Reference: NoSQL databases have been released.I. Key Value StorageIts data is stored in the form of key values. Although its speed is very fast, it can only obtain data through completely consistent query of keys, data can be saved in either temporary or permanent mode.(1) Temporary (memcached)Temporary data may be lost. memcached stores all the data in the memory, which saves and reads the data very quickl
processing data of the array type.
To sum up:
Store data on both memory and Hard Disk
1. It can be saved and read very quickly.
2. data stored on the hard disk will not disappear (can be recovered)
3. Suitable for processing array-type data
2. Document-oriented databases (MongoDB and CouchDB)
(1) The table structure is not defined.
Even if the table structure is not defined, it can be used like a table structure, saving the trouble of changing the ta
is no table structure, you can flexibly specify the query criteria. For example, a regular expression query or a query for a specific array element can 7. Example application: Storage of survey data Performance verification of several basic NoSQL databases: A NoSQL relational database 1. Ways to handlersocket the MySQL database to
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.