Skip to content
forked from postgres/postgres

Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see http://wiki.postgresql.org/wiki/Submitting_a_Patch

Notifications You must be signed in to change notification settings

kariya/postgres

 
 

Repository files navigation

#postgres-vm

##What's this This is an in-development branch of postgres fork that compiles WHERE clauses to immediate codes and executes them with JIT compiler.

##How to use ./configure && make && sudo make install

In psql, set vm_level to 2(or 0, 1)

  • vm_level 0 is normal postgres with no immediate code and jit.
  • vm_level 1 executes with immediate code compilation.
  • vm_level 2 enables JIT compiler.

##Caution In development. Don't use in production.

Only some of interger operations are implemented.

Bitdeli Badge

About

Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see http://wiki.postgresql.org/wiki/Submitting_a_Patch

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.0%
  • C++ 3.5%
  • Perl 1.0%
  • Shell 0.3%
  • Nemerle 0.1%
  • Objective-C 0.1%