したがって、このコード:
all_nodes = Nodes.query()
country_nodes = []
for n in all_nodes:
country_nodes.append([n.country, all_nodes.filter(Nodes.country == n.country).count()])
Datastore Small Operations
操作を終了することさえせずに、クォータを削除しただけですか?
上記のリストを取得する正しい方法は何ですか?