Currently, we need to do some in-memory operations to post-process a data struct that comes from the db. This is necessary because we use the user IDa as key for an object. The fact that we do not know the key before fetching the data prevents us from doing optimized queries on the database for cleaning old rides.
Currently, we need to do some in-memory operations to post-process a data struct that comes from the db. This is necessary because we use the user IDa as key for an object. The fact that we do not know the key before fetching the data prevents us from doing optimized queries on the database for cleaning old rides.