When should I use a NoSQL storage database?

Source: Internet
Author: User

Original address: http://www.jdon.com/39240

The article summarizes the following points:
1. Write frequently, rarely read statistics, such as CTR, should use memory-based in-memory Key/value storage database such as Redis, or update-in-place text storage such as MongoDB.

2. Big data (such as weather data Business analysis data) can use distributed database systems such as Hadoop.

3. Binary data (such as MP3s and PDFs documents), direct storage is sent directly to the client browser, such as Amazon S3.

4. Short-term data (such as Web sessions, lock status, short life cycle state) can be guaranteed to exist such as memcache. (Banq: In fact is in memory in-memory)

5. If you need to replicate data across multiple nodes (such as syncing music databases between Web apps and mobile devices), you can use replication features such as COUCHDB.

6. High-availability applications, high requirements for the machine time, even the zero machine. Automated clustering, redundant databases, such as Casandra and Riak.

When should I use a NoSQL storage database?

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.