-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
Datastore mode and Native mode has the same Cloud Firestore brand but they are exclusive currently.
It is not obvious the correspondence between the two modes.
Which layers are shared between the two modes?
- ACID & regional replicated storage layer(Some Googlers say it is Spanner)
- entity and index(like structure written in the Datastore articles How Entities and Indexes are Stored)
- Datastore API (Native mode overlays on Datastore mode)
質問: Datastore mode と Native mode の間では何が共有されているんでしょうか。
Datastore mode と Native mode は同一の Cloud Firestore のブランドを共有していますが、2つのモードは現在排他的です。
2つのモードの間の関係性はあまり明確ではありません。
どのレイヤー(まで)が2つのモードで共有されているのでしょうか。
Reactions are currently unavailable