I have a question about tracking counts (e.g. no_of_students, no_of_books) with typesense document and joins.
Suppose i have a student collection and book collection, and i have to maintain a count (no_of_books_owned by student) on books at student collection.
Is it better to maintain this count as an attribute on student collection?
Is it possible for me to do a join to get this count, like we do with SQL db tables?
is a join performant for this kind of use case?
f
Fanis Tharropoulos
07/24/2025, 10:22 AM
If you do a join via filtering, without any other filter parameter, the