Hi, It is an honour for me being Optiq commiter.
I am a performance engineer at NetCracker tech. Typically I deal with performance analysis and tuning of java apps/Oracle DB, thus it sneaks through my commits. I adore browsing through the generated code and inefficiencies make me a sad panda. One of my plans to use Optiq is to make an adapter [1] for Eclipse Memory Analyzer [2]. Eclipse MAT is a nice tool to analyze java heap dumps. It has some sort of query language, however it misses relation algebra (i.e. joins, groupings, etc). Thus I believe Optiq will fit quite nicely into the niche of ad-hoc queries over the java heaps. [1]: https://github.com/vlsi/optiq-mat-plugin [2]: http://www.eclipse.org/mat/ Vladimir
