Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.
Bo Ferri edited this page Jun 10, 2015 · 6 revisions

This is a place for dumping ideas and improvements.

In General

  • replace guice-H2K-bridge with:
  • replace guice persistence module:
  • eclipselink (done) + connection pooling/provider? - e.g.
  • upgrade:

knutwalker's Performance Analysis Conclusion (DD-976)

  • remove reflection for Jackson: https://github.com/FasterXML/jackson-module-afterburner => DD-990
  • replace common CSV parser with Jackson
  • remove reflection based trace logging => DD-991
  • beefier CPU
  • investigate caching opportunities => DD-992
  • use (more) handwritten JSON sers/desers (with performance in mind) => DD-993 (done for GDM (via Jackson Streaming API))
  • investigate in (likely advanced) JPA, precisely discovering ways to have it run JOIN statements (maybe we hold it wrong) => DD-994
  • use handwritten SQL/JQL queries => DD-994
  • change database (radically, like using a NoSQL/Graph store with Kundera) => DD-995
Clone this wiki locally