"Cloud Datastore indexes" 和 "Cloud Firestore indexes" 有什么区别?

What is the difference between "Cloud Datastore indexes" and "Cloud Firestore indexes"?

我正在阅读 GCP 文档 Choosing between Native Mode and Datastore Mode

它解释了原生模式下的 Firestore (Native) 和 Datastore 模式下的 Firestore Data (Datastore Mode) 的区别。

我的问题是关于下面的引文:

The project will use Cloud Datastore indexes instead of Cloud Firestore indexes.

以上文档没有对这两种索引类型的区别做任何解释。

你能向我解释一下其中的区别,或者建议任何有用的文档吗?

谢谢!

索引的管理方式不同且不兼容。

例如,您不能采用数据存储模式 index.yaml 文件并使用它来创建本机模式索引。