Is there any difference between this 2 actions?
I want to save count of clicks on button "show more details" on public member profile and i know its not a good idea to save it to content nodes, but is it the same thing with members?
Node: When doing Publish & save of a node lot more table gets affected as it maintains a version for each Save and allow us to rollback to previous state.
Member: Member save do store in multiple table but it donot maintains a version so basically you are not growing the table/database.
So, you can save count of clicks on a member profile.
Member save vs Node Save and Publish
Is there any difference between this 2 actions? I want to save count of clicks on button "show more details" on public member profile and i know its not a good idea to save it to content nodes, but is it the same thing with members?
Their is a difference between the 2 actions.
Node: When doing Publish & save of a node lot more table gets affected as it maintains a version for each Save and allow us to rollback to previous state.
Member: Member save do store in multiple table but it donot maintains a version so basically you are not growing the table/database.
So, you can save count of clicks on a member profile.
Regards,
Shaishav
Great, thank you for your reply.
P.S. Is there any easy way to clear database from node versions or its dome by Umbraco after some time?
BR
Josip
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.