Matt Adams
Matt Adams

Reputation: 719

Does Dataflow support parallel Datastore reads of namespaced entities?

According to this question and answer from March, some bugs in DatastoreIO make it impossible to read namespaced entities in parallel from within Dataflow. Have the bugs been addressed since then? Is it possible to read namespaced entities in parallel from the Datastore?

Upvotes: 0

Views: 166

Answers (1)

Sam McVeety
Sam McVeety

Reputation: 3214

Parallel reading of namespaced entities is supported in DatastoreIO as of Dataflow SDK for Java 1.2.0. See the code and documentation here.

Upvotes: 2

Related Questions