twschiller / cupid

Information Mash-up and Visualization Plug-in for Eclipse
Eclipse Public License 1.0
1 stars 0 forks source link

Fix data collector write efficiency #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current App Engine project uses too many datastore writes -- need to fix 
the entity classes to use less writes. 

Might try unindexing some fields with
`@Extension(vendorName="datanucleus", key="gae.unindexed", value="true")`

Original issue reported on code.google.com by Todd.Sch...@gmail.com on 29 Jan 2013 at 4:05

GoogleCodeExporter commented 9 years ago

Original comment by Todd.Sch...@gmail.com on 30 Jan 2013 at 12:15