--
You received this message because you are subscribed to the Google Groups "objectify-appengine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to objectify-appengine+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
1. You need to remove all doubles and use bigdecimal or joda money. If you don't know why, google it.2. If you want to do adhoc reporting, consider replicating to bigquery and running from there. If you don't want to do that, queries in batches on backends is the way to go, but this kind of reporting is the datastores weakspot.
To unsubscribe from this group and stop receiving emails from it, send an email to objectify-appengine+unsubscribe...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "objectify-appengine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to objectify-appengine+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/9fe3d5f5-1995-461b-85cf-1006877f3dad%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/0cbca628-9706-4f0e-ac49-714227d9005a%40googlegroups.com.
We are using namespaces to provide ERP SaaS solutions.. We want to do fast aggregations for reports within the namespace. Each KIND can have 5000-10000 rows within the given time range.Combining Datastore with BigQuery is not cheap solution for small teams and for small data. Now, small teams have to worry about two data storage technologies. What about the transactions? Now, a transaction should extend to the BigQuery as well, when the data is updated in the datastore.We have to worry about the schema changes that will happen in the datastore and should be replicated to the BigQuery.Suddenly now the appengine solution has become too complex with too many technologies for writing simple apps. It defeats the purpose of choosing appengine paas.It will be beneficial to provide an aggregation layer on top of Datastore. Google team can incorporate mapreduce as an optional layer for aggregations and make it transparent to the developers and give a easy api to use.Just my 2 cents.Regards,RajeshAccounting/Inventory/Orders/Sales/Purchase on Google Cloud Platform and Mobile
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d031ab92-30ed-40ee-aa69-59134d1a5b23%40googlegroups.com.
We are using namespaces to provide ERP SaaS solutions.. We want to do fast aggregations for reports within the namespace. Each KIND can have 5000-10000 rows within the given time range.Combining Datastore with BigQuery is not cheap solution for small teams and for small data. Now, small teams have to worry about two data storage technologies. What about the transactions? Now, a transaction should extend to the BigQuery as well, when the data is updated in the datastore.We have to worry about the schema changes that will happen in the datastore and should be replicated to the BigQuery.Suddenly now the appengine solution has become too complex with too many technologies for writing simple apps. It defeats the purpose of choosing appengine paas.It will be beneficial to provide an aggregation layer on top of Datastore. Google team can incorporate mapreduce as an optional layer for aggregations and make it transparent to the developers and give a easy api to use.Just my 2 cents.Regards,RajeshAccounting/Inventory/Orders/Sales/Purchase on Google Cloud Platform and Mobile
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CA%2BS7ijajLXcXPghfjBH0K6NnpKjgoHRM9mLvB5r5ppJL%2BxU62Q%40mail.gmail.com.