forked from apavlo/h-store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
35 lines (24 loc) · 1.18 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
## ---------------------------------------------------------------------------
## _ _ ___ _____ ___ ___ ___
## | || |___/ __|_ _/ _ \| _ \ __|
## | __ |___\__ \ | || (_) | / _|
## |_||_| |___/ |_| \___/|_|_\___|
##
## Next Generation OLTP Database Research
## ---------------------------------------------------------------------------
More information and documentation is available at:
http://hstore.cs.brown.edu
## ---------------------------------------------------------------------------
## QUICK EXAMPLE
## ---------------------------------------------------------------------------
(1) First build the entire distribution:
$ ant build
(2) Next make the project jar file for the target benchmark.
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/documentation/quick-start/