All Projects → apavlo → H Store

apavlo / H Store

Licence: gpl-3.0
H-Store Distributed Main Memory OLTP Database System

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to H Store

Bustub
The BusTub Relational Database Management System (Educational)
Stars: ✭ 534 (+24.77%)
Mutual labels:  database, dbms
Event Management
helps to register an users for on events conducted in college fests with simple logic with secured way
Stars: ✭ 65 (-84.81%)
Mutual labels:  database, dbms
Orientdb
OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries. OrientDB Community Edition is Open Source using a liberal Apache 2 license.
Stars: ✭ 4,394 (+926.64%)
Mutual labels:  database, dbms
Online Shopping System Advanced
Demo site
Stars: ✭ 127 (-70.33%)
Mutual labels:  database, dbms
Wyxdbms
用Java实现了一个关系型数据库,DBMS数据库管理系统,可使用常用增删改查的SQL语句,具有数据字典,数据索引文件,并且实现了启发式查询优化
Stars: ✭ 173 (-59.58%)
Mutual labels:  database, dbms
Crate
CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of data in real-time.
Stars: ✭ 3,254 (+660.28%)
Mutual labels:  database, dbms
Noisepage
Self-Driving Database Management System from Carnegie Mellon University
Stars: ✭ 1,095 (+155.84%)
Mutual labels:  database, dbms
Peloton
The Self-Driving Database Management System
Stars: ✭ 1,887 (+340.89%)
Mutual labels:  database, dbms
Ohmysql
Easy direct access to your database 🎯 http://oleghnidets.github.io/OHMySQL/
Stars: ✭ 166 (-61.21%)
Mutual labels:  database, dbms
Cubrid
CUBRID is a comprehensive open source relational database management system highly optimized for Web Applications.
Stars: ✭ 184 (-57.01%)
Mutual labels:  database, dbms
Sql exporter
Database agnostic SQL exporter for Prometheus
Stars: ✭ 301 (-29.67%)
Mutual labels:  database, dbms
Database consistency
The tool to find inconsistency between models schema and database constraints.
Stars: ✭ 418 (-2.34%)
Mutual labels:  database
Gnorm
A database-first code generator for any language
Stars: ✭ 415 (-3.04%)
Mutual labels:  database
Victoriametrics
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
Stars: ✭ 5,558 (+1198.6%)
Mutual labels:  database
Barrel
🛢 A database schema migration builder for Rust
Stars: ✭ 410 (-4.21%)
Mutual labels:  database
Lada Cache
A Redis based, fully automated and scalable database cache layer for Laravel
Stars: ✭ 424 (-0.93%)
Mutual labels:  database
R2dbc Mysql
R2DBC MySQL Implementation
Stars: ✭ 417 (-2.57%)
Mutual labels:  database
Dotmim.sync
A brand new database synchronization framework, multi platform, multi databases, developed on top of .Net Standard 2.0. https://dotmimsync.readthedocs.io/
Stars: ✭ 406 (-5.14%)
Mutual labels:  database
Stormdb
🌩️ StormDB is a tiny, lightweight, 0 dependency, easy-to-use JSON-based database for NodeJS, the browser or Electron.
Stars: ✭ 406 (-5.14%)
Mutual labels:  database
Awesome Elasticsearch
A curated list of the most important and useful resources about elasticsearch: articles, videos, blogs, tips and tricks, use cases. All about Elasticsearch!
Stars: ✭ 4,168 (+873.83%)
Mutual labels:  database

H-Store

H-Store is an experimental main-memory, parallel database management system that is optimized for on-line transaction processing (OLTP) applications. It is a highly distributed, row-store-based relational database that runs on a cluster on shared-nothing, main memory executor nodes.

More information and documentation is available at: http://hstore.cs.brown.edu

Supported Platforms

H-Store is known to work on the following platforms. Please note that it will not compile on 32-bit systems.

  • Ubuntu Linux 9.10+ (64-bit)
  • Red Hat Enterprise Linux 5.5 (64-bit)
  • Mac OS X 10.6+ (64-bit)

Dependencies

Quick Start

  1. First build the entire distribution:

     ant build
    
  2. Next make the project jar file for the target benchmark. H-Store includes several benchmarks that are built-in and ready to execute. A project jar contains all the of stored procedures and statements for the target benchmark, as well as the cluster configuration for the database system.

     export HSTORE_BENCHMARK=tm1
     ant hstore-prepare -Dproject=$HSTORE_BENCHMARK
    
  3. You can now execute the benchmark locally on your machine with two partitions

     ant hstore-benchmark -Dproject=$HSTORE_BENCHMARK
    

More information is available here: http://hstore.cs.brown.edu/doc/quick-start/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].