gaiaresources / ala-citizenscience

Automatically exported from code.google.com/p/ala-citizenscience
1 stars 4 forks source link

KML feed has unneeded attributes included that slows down the query #402

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
KML feed only really needs to contain record ID. We can use other web services 
to download the detailed record data.

Edit JsonService so we can optionally make the query faster by omitting all 
columns outside of the record table. This removes any fetch-joins or lazy loads 
that would otherwise slow the query down.

Original issue reported on code.google.com by aaron.lo...@gmail.com on 3 Oct 2013 at 1:19

GoogleCodeExporter commented 9 years ago

Original comment by aaron.lo...@gmail.com on 6 Jun 2014 at 5:36