A simple introduction to memcachedb

Source: Internet
Author: User
Protocol: New BSD license
Author: stvchu, Gary. caokai, forever. sky81
Team: Sina interactiveCommunityBusiness Department-blog Product
Web: http://code.google.com/p/memcachedb/

Memcachedb = memcache + Berkeley DB

Memcachedb is a distributed persistent storage system that supports high concurrency. For any original memcached client, it is still a memcached, but its data can be stored persistently.
Front-end: memcached Network Layer
Backend: Berkeley dB Storage

Write speed: the local server uses the memcache client (libmemcache) to set 0.2 billion 16-byte key records and 10-byte value records, which takes 16572 seconds, average speed: 12000 records/second.
Read speed: Get 1 million 16-byte key records and 10-byte value records from the local server through the memcache client (libmemcache), which takes 103 seconds, average speed: 10000 records/second.

• Supported memcache commands
Get, set, add, replace
Incr, decr
Delete
Stats
Flush_all

• Private commands
Db_checkpoint, db_archive
Db_ismaster, db_whoismaster (for replication)

Compilation and installation methods:
Http://blog.csdn.net/simonlsy/archive/2008/01/07/2027940.aspx

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.