8000 Create README.md · kariya/postgres@0a3a251 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a3a251

Browse files
committed
Create README.md
1 parent 8ca7567 commit 0a3a251

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#postgres-vm
2+
3+
##What's this
4+
This is an in-development branch of postgres fork that compiles WHERE clauses to immediate codes and executes them with JIT compiler.
5+
6+
##How to use
7+
./configure && make && sudo make install
8+
9+
In psql,
10+
set vm_level to 2(or 0, 1)
11+
vm_level 0 is normal postgres with no immediate code and jit.
12+
vm_level 1 executes with immediate code compilation.
13+
vm_level 2 enables JIT compiler.
14+
15+

0 commit comments

Comments
 (0)
0