NoSQL系统新贵Membase 1.6.5源代码下载
特性:
•自动将在线数据迁移到低延迟的存储介质的技术(内存,固态硬盘,磁盘)
•可选的写操作一一异步,同步(基于复制,持久化)
•反向通道再平衡[未来考虑支持]
•多线程低锁争用
•尽可能使用异步处理
•自动实现重复数据删除
•动态再平衡现有集群
•通过把数据复制到多个集群单元和支持快速失败转移来提供系统的高可用性。
英文介绍:
Membase is Simple, Fast, Elastic and Proven
Simple
Membase is extremely easy to manage, and simple to develop against. Every node is alike in a Membase cluster – clone a node, join it back to the cluster and press the rebalance button. Membase enjoys wide language and application framework support due to its on-the-wire protocol compatibility with Memcached.
Fast
Membase distributes data and I/O across commodity servers (or VMs), replicates data for high-availability, transparently caches data using built-in Memcached caching technology, persists data using a multi-tier storage management model, and auto-migrates data to the lowest-latency storage tier. It delivers consistently low latency response, for both random reads and writes, and can sustain high data throughput rates.
Elastic
Membase scales elastically, with linear cost. Servers can be added to, or removed from, a running cluster with no application downtime. Data is automatically rebalanced to new nodes and away from removed nodes. Employing commodity servers, virtual machines or cloud machine instances, data management resources can be dynamically matched to the needs of an application with minimal effort.
Proven
Membase is behind some of the world's busiest interactive web applications, including popular social games at Zynga with millions of user daily. It provides a shared data management platform for NHN, Korea’s largest web application operator with nearly 70 million unique users.
.
下载地址:
NoSQL系统新贵Membase 1.6.5源代码下载
特性:
•自动将在线数据迁移到低延迟的存储介质的技术(内存,固态硬盘,磁盘)
•可选的写操作一一异步,同步(基于复制,持久化)
•反向通道再平衡[未来考虑支持]
•多线程低锁争用
•尽可能使用异步处理
•自动实现重复数据删除
•动态再平衡现有集群
•通过把数据复制到多个集群单元和支持快速失败转移来提供系统的高可用性。
英文介绍:
Membase is Simple, Fast, Elastic and Proven
Simple
Membase is extremely easy to manage, and simple to develop against. Every node is alike in a Membase cluster – clone a node, join it back to the cluster and press the rebalance button. Membase enjoys wide language and application framework support due to its on-the-wire protocol compatibility with Memcached.
Fast
Membase distributes data and I/O across commodity servers (or VMs), replicates data for high-availability, transparently caches data using built-in Memcached caching technology, persists data using a multi-tier storage management model, and auto-migrates data to the lowest-latency storage tier. It delivers consistently low latency response, for both random reads and writes, and can sustain high data throughput rates.
Elastic
Membase scales elastically, with linear cost. Servers can be added to, or removed from, a running cluster with no application downtime. Data is automatically rebalanced to new nodes and away from removed nodes. Employing commodity servers, virtual machines or cloud machine instances, data management resources can be dynamically matched to the needs of an application with minimal effort.
Proven
Membase is behind some of the world's busiest interactive web applications, including popular social games at Zynga with millions of user daily. It provides a shared data management platform for NHN, Korea’s largest web application operator with nearly 70 million unique users.
.
下载地址 : ftp://osedu:www,osedu,net@202.102.240.79/software/database/nosql/membase/membase-server-community_1.6.5_src.tar.gz
分享到:
相关推荐
文章《分布式NoSQL系统写操作性能优化设计与实现》就针对目前主流分布式NoSQL系统在处理写操作时效率低下的问题,提出了有效的优化方法。优化主要集中在服务端的批量处理流程上,通过改进算法来提高处理效率,从而...
这通常是Java项目源代码的根目录,包含了项目的各个模块、类、接口、配置文件等。在Spring项目中,src下会有main和test两个目录,分别存放主代码和测试代码,通常包括Java源文件、资源文件和配置文件。 综上所述,...
### NoSQL在电信行业的应用及系统设计思考 #### 一、NoSQL概述及其在电信行业的应用背景 NoSQL(Not Only SQL / Non-relational)是一种非关系型数据库系统的统称,它突破了传统关系型数据库的限制,在面对大规模...
【描述】基于Java的MES生产管理系统源码.zip包含了一整套用Java语言开发的MES系统源代码。Java作为跨平台的编程语言,具有良好的可移植性和强大的企业级应用支持,因此是构建大型、分布式系统如MES的理想选择。这套...
Membase是开源项目,源代码采用了Apache2.0的使用许可。该项目托管在GitHub.Source tarballs上,目前可以 下载beta版本的Linux二进制包。该产品主要是由North Scale的memcached核心团队成员开发完成,其中还包括...
本书由浅入深,全面系统地介绍了NoSQL系统。本书既对NoSQL系统的理论进行了深入浅出的分析,又介绍了每一种NoSQL数据库在业界广泛应用的一个具体系统,理论与实战并重。 本书共分5篇,12章。涵盖的内容有:NoSQL与...
### NoSQL 生态系统概述与关键技术点解析 #### 一、NoSQL 生态系统简介 在探讨 NoSQL 生态系统之前,我们先明确一下 NoSQL 的定义:NoSQL(Not Only SQL)指的是非关系型数据库管理系统,它们为解决大规模数据处理...
《高性能NoSQL系统BladeCube的设计与优化》深入探讨了现代大数据时代下,NoSQL数据库系统在处理海量数据时面临的挑战以及解决方案。BladeCube作为一个先进的NoSQL系统,其设计目标是提供高吞吐量、低延迟的数据存储...
NoSQL数据库,全称为"Not Only SQL",是近年来在大数据处理和分布式系统中广泛应用的一种非关系型数据库。与传统的关系型数据库相比,NoSQL数据库在处理大规模数据、高并发访问和分布式存储方面具有优势,尤其适合...
MongoDB 是一种流行的开源、分布式、面向文档的数据库系统,属于 NoSQL 数据库类型。NoSQL(Not Only SQL)指的是非关系型数据库,它不采用传统的关系型数据库模型,而是提供了一种更灵活的方式来存储和处理数据。在...
基于分布式NoSQL的医疗大数据档案检索系统设计 本文提出了一种基于分布式NoSQL的医疗大数据档案检索系统设计,旨在解决医疗大数据档案检索系统数据收集不完整和检索准确率低的问题。该系统硬件部分设置三个不同的...
本项目是一款基于Python语言的NoSQL数据库注入攻击系统设计源码,包含26个文件,具体包括12个PNG图片文件、8个Python源代码文件、3个Markdown文件、2个XML文件和1个Idea项目文件。该系统专注于NoSQL数据库的注入攻击...
1. NoSQL的含义:NoSQL(Not Only SQL)并不是指完全不使用SQL,而是指非关系型、非结构化的数据库系统,它支持大规模数据存储和高并发访问。 2. NoSQL的四大类型:键值存储、列族存储、文档数据库和图形数据库。...
这份压缩包包含了从第2章到第15章的源代码示例,为读者提供了直观的理解和实践NoSQL数据库的机会。让我们逐一探讨这些章节的源码可能涉及的关键知识点。 1. **第2章**:通常会介绍NoSQL的基本概念,如CAP理论、ACID...