Relative Content

Tag Archive for databasecachingconcurrencyscaling

Best way to have concurrent writes on the same element

Let’s say I have an event. the event can have multiple users.
I think the best way to map this relationship is to do it in a relational database, as the writes on this relationship should not be that frequent, but it’s important that the relationship is retrieved in a short time both ways.