Giter VIP home page Giter VIP logo

lealone's Introduction

Lealone 是什么

  • 是一个兼具 RDBMS、NoSQL 优点的面向微服务和 OLTP/OLAP 场景的单机与分布式关系数据库

Lealone 有哪些特性

高亮特性
  • 支持高性能分布式事务、支持强一致性复制、支持全局快照隔离

  • 全链路异步化,使用少量线程就能处理大量并发,内置新颖的异步化 B-Tree

  • 可暂停的、渐进式的 SQL 引擎

  • 基于 SQL 优先级的抢占式调度,慢查询不会长期霸占 CPU

  • 创建 JDBC 连接非常快速,占用资源少,不再需要 JDBC 连接池

  • 插件化存储引擎架构,内置 AOSE 引擎,支持单机与分布式存储

  • 插件化事务引擎架构,事务处理逻辑与存储分离,内置 AOTE 引擎,支持单机与分布式事务

  • 支持列锁,不同事务对同一行记录的不同列进行更新时,不会发生冲突

  • 支持 Page 级别的行列混合存储,对于有很多字段的表,只读少量字段时能大量节约内存

  • 支持自动化分片 (Sharding),用户不需要关心任何分片的规则,没有热点,能够进行范围查询

  • 支持混合运行模式,包括4种模式: 嵌入式、Client/Server 模式、复制模式、Sharding 模式

  • 支持不停机快速手动或自动转换运行模式: Client/Server 模式 -> 复制模式 -> Sharding 模式

  • 支持通过 CREATE SERVICE 创建可托管的后端服务

  • 内置类型安全的 ORM/DSL 框架,不需要配置文件和注解

  • 非常小的绿色环保安装包,只有 2M 左右的大小

普通特性
  • 支持索引、视图、Join、子查询、触发器、自定义函数、Order By、Group By、聚合

  • 支持表达式编译、支持向量化

Lealone 文档

Lealone 微服务框架

Lealone ORM 框架

Lealone xSQL

Lealone Web 客户端

Lealone Plugins

  • 支持可插拨的网络应用框架 (Apache MINA、Netty、Vert.x)

  • 支持可插拨的存储引擎 (WiredTiger、MVStore、RocksDB)

  • 更多细节...

Lealone 名字的由来

  • Lealone 发音 ['li:ləʊn] 这是我新造的英文单词,
    灵感来自于办公桌上那些叫绿萝的室内植物,一直想做个项目以它命名。
    绿萝的拼音是 lv luo,与 Lealone 英文发音有点相同,
    Lealone 是 lea + lone 的组合,反过来念更有意思哦。:)

Lealone 历史

Lealone License

lealone's People

Contributors

codefollower avatar lealonex avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.