Activity Log for User
Hello,
I need to implement an activity log for my public users, I'm planning to generate a node structure like the following:
/home/users/{APP}/{USER}/log/{YEAR}/{MONTH}/{ACTIVITY NODES}
I would like to check with you if find any drawbacks into this implementation.
And also if there is any way to improve the performance of the queries to "log" child nodes in the structure, like indexes, that you could advice me.
Thanks in advance!