3. Store multi-tenant logs in a single table with row-level security You could create a table per tenant or use a separated storage/compute model, but that adds complexity. Dump all your logs in one table and worry about retrieval latest. This is trivial with the right db.
0 likes 1 replies
?