Seconding @troberti here, BigQuery is definitely a better match for logs storage and analysis. Datastore would have an advantage if you wanted to update records, but logs are immutable and write-once, so BigQuery, which doesn't support UPDATE queries, is the best match, also because it can query large amounts of data very quickly (the central design premise of BigQuery).