Giter Club home page Giter Club logo

h2-source's Introduction

H2 Database source code learning

forked from codefollower/H2-Research

H2数据库源代码学习研究(包括代码注释、文档、用于代码分析的测试用例)

todo

  • 存储结构
  • 索引结构
  • 关系管理
  • 扩容处理
  • SQL解析
  • join实现
  • 查询计划
  • 事务管理、回滚、ACID
  • 并发控制
  • jdbc驱动
  • 网络io、复制、同步

运行或调试H2

  • my/test/MyServer.java文件
    直接执行main()方法

测试

  • my.test包中的类几乎都可直接运行

Welcome to H2, the Java SQL database. Build Status

The main features of H2 are:

  1. Very fast, open source, JDBC API
  2. Embedded and server modes; in-memory databases
  3. Browser based Console application
  4. Small footprint: around 1.5 MB jar file size

More information: http://h2database.com

Features

H2 Derby HSQLDB MySQL PostgreSQL
Pure Java Yes Yes Yes No No
Memory Mode Yes Yes Yes No No
Encrypted Database Yes Yes Yes No No
ODBC Driver Yes No No Yes Yes
Fulltext Search Yes No No Yes Yes
Multi Version Concurrency Yes No Yes Yes Yes
Footprint (jar/dll size) ~1 MB ~2 MB ~1 MB ~4 MB ~6 MB

h2-source's People

Contributors

aadrian avatar alexpaschenko avatar andreitokar avatar avp1983 avatar bedla avatar codefollower avatar dyorgio avatar ebocher avatar gitblit avatar grandinj avatar hongyuanw avatar httpdigest avatar igelbox avatar katzyn avatar kostya-sh avatar ksungkeun84 avatar lukaseder avatar marschall avatar maxenglander avatar mbooth101 avatar nicolas-f avatar niklasmehner avatar patrick-brielmayer avatar stevemcleod avatar stumc avatar svanoort avatar svladykin avatar thomasmueller avatar uptonking avatar zkillingjar avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

crixalis2013

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.