Skip to content

English

alexanderdai edited this page Jul 23, 2013 · 1 revision

Wasp has implements select, update, delete, insert, create table, drop table, create index, drop index operation, and guarantees the transaction between the entity data and index. Wasp system is an OLTP distributed relational database, which provides date type,for exemple int64, int32, string, double, float, time, and meet the MegaStore the framework, and supports allocation of resources.The project involves the storage engine,SQL parsing and execution engine, distributed system architecture, MR, monitoring, ACID, secondary indexes, JDBC, RPC, two-stage submitted, MVCC and other important feature.

Mission

Become a nosql system as a storage engine, for example the hbase, standard distributed relational database.

Clone this wiki locally