views:

25

answers:

0

I have a database to access via JDBC which returns around 200k of records I have to consolidate data table style for further processing. I could if that leads to good performance send a few SELECT (Count(...) ...) statements upfront.

What is a good algorithm in Java to compute such a pivot table?