
Answer-first summary for fast verification
Answer: Entity
Entities in Cloud Firestore are analogous to rows in relational databases, as both represent a single modeled element. Kinds, on the other hand, are collections of related entities and are similar to tables in relational models. An index is utilized for efficient querying in both systems. The term 'interleaved row' does not exist; however, interleaved tables are a feature in Cloud Spanner designed to enhance query performance by co-locating related data. For more details, refer to [Cloud Firestore documentation](https://firebase.google.com/docs/firestore/data-model).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.