Hacker News new | ask | show | jobs
by obtu 5070 days ago
PostgreSQL is extensible enough that runtime specialisation would be best, I think. A JIT compiler, or a compiled type-safe multi-stage[1] programming language like MetaOCaml, would give the best performance.

[1] http://www.cs.rice.edu/~taha/MSP/

1 comments

or what about a java port? it's as feasible as a c++ port.