Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Datastore Performance

I'm using Google Datastore in a project that has only one Table (Type) with almost 1 million entities (entries) and keep growing.

My application scope is growing and I have to add more and more properties in this Table.

My question is: If I keep adding more and more properties in this table, Is It going to decrease query performance? Is It better to add those new properties in others Table?

like image 542
Carlos Eduardo Ki Lee Avatar asked Jun 21 '26 12:06

Carlos Eduardo Ki Lee


1 Answers

The short answer: you shouldn't have to worry about the query performance, queries use indexes and are typically not affected by the number of entities being indexed.

There are, however, a few corner cases with some impact on datastore performance you should be aware of, depending on your app's particular use of the datastore, listed in the Best Practices article.

like image 147
Dan Cornilescu Avatar answered Jun 24 '26 09:06

Dan Cornilescu



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!